You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/config-description.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -457,6 +457,14 @@ This document provides a list of all available Clio configuration properties in
457
457
-**Constraints**: None
458
458
-**Description**: Max allowed difference between the latest sequence in DB and in cache file. If the cache file is too old (contains too low latest sequence) Clio will reject using it.
459
459
460
+
### cache.file.async_save
461
+
462
+
-**Required**: True
463
+
-**Type**: boolean
464
+
-**Default value**: `False`
465
+
-**Constraints**: None
466
+
-**Description**: When false, Clio waits for cache saving to finish before shutting down. When true, cache saving runs in parallel with other shutdown operations.
0 commit comments