From a2389eeae226ee8f4217eb0b5d0330b108870512 Mon Sep 17 00:00:00 2001 From: per1234 Date: Fri, 21 May 2021 03:43:57 -0700 Subject: [PATCH] Remove unused `CronTabEntry` key from example configuration file This configuration setting is not used in any way by the engine code. The Jenkins job does not use it and I don't find any other indication of its use. So it only serves to confuse. --- config.json.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.json.example b/config.json.example index 52ff4537..20c0f654 100644 --- a/config.json.example +++ b/config.json.example @@ -4,6 +4,5 @@ "LibrariesIndex": "/tmp/libraries/library_index.json", "LibrariesDB": "/tmp/libraries_db.json", "GitClonesFolder": "/tmp/gitclones", - "ArduinoLintPath": "/usr/bin/arduino-lint", - "CronTabEntry": "0 0 0 * * *" + "ArduinoLintPath": "/usr/bin/arduino-lint" }