From 0e8e9ec68b39591a5e88082a5297bf5db2b56002 Mon Sep 17 00:00:00 2001 From: Fenris Wolf Date: Thu, 2 Oct 2025 16:57:36 +0200 Subject: [PATCH] [mod] conf --- source/conf.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/source/conf.ts b/source/conf.ts index e42d4dd..dda1136 100644 --- a/source/conf.ts +++ b/source/conf.ts @@ -207,8 +207,13 @@ namespace _zeitbild.conf "lifetime": { "nullable": false, "type": "integer", - "default": 900 - } + "default": 3600, + }, + "prolongation": { + "nullable": true, + "type": "integer", + "default": 300, + }, }, "required": [ ],