You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That parameter should never be set to false with knex. It just hides the errors and increases delay when client notices that something is wrong. Knex is designed in a way that it should be set true.
I have been trying to weed out this urban legend of the mystic configuration flag which makes everything good for years.
The text was updated successfully, but these errors were encountered:
https://github.com/torusresearch/torus-metadata-js/blob/c680dc19d23b638de46b5f5efc227756618f2468/database/knexfile.js#L51
That parameter should never be set to false with knex. It just hides the errors and increases delay when client notices that something is wrong. Knex is designed in a way that it should be set true.
I have been trying to weed out this urban legend of the mystic configuration flag which makes everything good for years.
The text was updated successfully, but these errors were encountered: