mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Sqlite3: make busy_timeout configurable.
Enables runtime configuration of busy_timeout for sqlite databases. Default timeout remains 1000ms. ASTERISK-27014 #close Change-Id: I8921a3aac3c335843be4cb17d2dd0a5c157a36da
This commit is contained in:
@@ -28,4 +28,8 @@
|
||||
; to lock for writing.
|
||||
;
|
||||
;batch=1000
|
||||
|
||||
;
|
||||
; busy timeout - timeout in miliseconds to stop waiting for locked database.
|
||||
; More info at https://www.sqlite.org/c3ref/busy_timeout.html
|
||||
;
|
||||
;busy_timeout=1000
|
Reference in New Issue
Block a user