Sqlite busyTimeout

Is there a way to set up the sqlite busyTimeout int the sqlite node?
see: https://www.sqlite.org/c3ref/busy_timeout.html

The only info/option I have found is (and I really do not know if it is related to the busyTimeout):

The reconnect timeout in milliseconds can be changed by adding a line to settings.js
sqliteReconnectTime: 20000,

What is the meaning of this setting?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.