Skip to content
Snippets Groups Projects
Commit 46bfcb15 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[settings] Increase sqlite timeout settings

parent 93adff5e
No related branches found
No related tags found
1 merge request!194Scheduler
......@@ -158,7 +158,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': 'django.sql3',
'OPTIONS': {
'timeout': 5, #seconds
'timeout': 10, #seconds
},
},
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment