apify / apify-storage-local-js

Local emulation of the apify-client NPM package, which enables local use of Apify SDK.
3 stars 4 forks source link

add option to disable WAL mode for request queue #30

Closed AndreyBykov closed 3 years ago

AndreyBykov commented 3 years ago

Kept var name as useWalMode in DatabaseConnectionCache as WAL mode is enabled by default, and if it's disabled - we simply skip enabling it. Seemed a bit misleading to name the var as disableWalMode here + TS does not like when method and variable name are the same.