mirror of https://github.com/zulip/zulip.git
Use longer timeouts for sqlite lock contention.
(imported from commit 34fcc295b032d93ec58435ad18baa790ee8d0cfe)
This commit is contained in:
parent
634dd59833
commit
2793ec15fd
|
@ -18,6 +18,9 @@ DATABASES = {
|
|||
'PASSWORD': '', # Not used with sqlite3.
|
||||
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
|
||||
'PORT': '', # Set to empty string for default. Not used with sqlite3.
|
||||
'OPTIONS': {
|
||||
'timeout': 20,
|
||||
},
|
||||
},
|
||||
'mysql': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
|
|
Loading…
Reference in New Issue