From 3cb7ba342cf00fc64e4dcac8efa2f6eea0004161 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 30 Dec 2013 01:45:17 -0600 Subject: [PATCH] Add setting for periodic save of pending jobs --- src/main/resources/configuration.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/configuration.txt b/src/main/resources/configuration.txt index 68fbbe23..205a3038 100644 --- a/src/main/resources/configuration.txt +++ b/src/main/resources/configuration.txt @@ -193,6 +193,9 @@ usenormalthreadpriority: true # Save and restore pending tile renders - prevents their loss on server shutdown or /reload saverestorepending: true +# Save period for pending jobs (in seconds): periodic saving for crash recovery of jobs +save-pending-period: 900 + # Zoom-out tile update period - how often to scan for and process tile updates into zoom-out tiles (in seconds) zoomoutperiod: 30