From 69531273f8a57f5b9ea715733db9d9ae672e5cca Mon Sep 17 00:00:00 2001 From: akanealw Date: Tue, 10 Jan 2023 19:46:43 -0600 Subject: [PATCH] disable check and failure --- configuration.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration.yml b/configuration.yml index 1cda6f5..2f9551a 100644 --- a/configuration.yml +++ b/configuration.yml @@ -17,11 +17,11 @@ server: certificate: "" ntp: - address: 0.debian.pool.ntp.org:123 + address: "0.debian.pool.ntp.org:123" version: 3 max_desync: 5s - disable_startup_check: false - disable_failure: false + disable_startup_check: true + disable_failure: true log: level: info