For things like the download lock timeouts, or the keys used in redis the settings are hard-coded in: https://github.com/visualfabriq/bqueryd/blob/d83b040a8d6ae9d54a6e13d0ec60260c8b69e174/bqueryd/__init__.py#L15 Move these items to entries in the .cfg file.
For things like the download lock timeouts, or the keys used in redis the settings are hard-coded in:
bqueryd/bqueryd/__init__.py
Line 15 in d83b040
Move these items to entries in the .cfg file.