Skip to content

Commit 2f9e326

Browse files
committed
refac
1 parent a4251d7 commit 2f9e326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/open_webui/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ def parse_section(section):
375375
except Exception:
376376
DATABASE_POOL_RECYCLE = 3600
377377

378-
DATABASE_ENABLE_SQLITE_WAL = os.environ.get('DATABASE_ENABLE_SQLITE_WAL', 'False').lower() == 'true'
378+
DATABASE_ENABLE_SQLITE_WAL = os.environ.get('DATABASE_ENABLE_SQLITE_WAL', 'True').lower() == 'true'
379379

380380
DATABASE_USER_ACTIVE_STATUS_UPDATE_INTERVAL = os.environ.get('DATABASE_USER_ACTIVE_STATUS_UPDATE_INTERVAL', None)
381381
if DATABASE_USER_ACTIVE_STATUS_UPDATE_INTERVAL is not None:

0 commit comments

Comments
 (0)