set max size to call history for performance reasons
This commit is contained in:
parent
66f274cb4d
commit
71769eabe9
2 changed files with 2 additions and 1 deletions
|
@ -35,6 +35,7 @@ ec_calibrator_cool_tones=1
|
||||||
|
|
||||||
[misc]
|
[misc]
|
||||||
max_calls=10
|
max_calls=10
|
||||||
|
history_max_size=100
|
||||||
|
|
||||||
[app]
|
[app]
|
||||||
activation_code_length=4
|
activation_code_length=4
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 18fb1127f710a2f0fde3b30bb83a870249fa4c0d
|
Subproject commit f924f1fab4887af5249067df5b938aa5fd630af6
|
Loading…
Reference in a new issue