From d1535e10ef66a77d8a4551fef99863ef93d990fb Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Thu, 6 Oct 2022 18:21:42 +0100 Subject: [PATCH] oxidized: Increase timeout to avoid triggering on slow device --- cookbooks/oxidized/templates/default/config.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/cookbooks/oxidized/templates/default/config.erb b/cookbooks/oxidized/templates/default/config.erb index 214f90b00..a8684cae5 100644 --- a/cookbooks/oxidized/templates/default/config.erb +++ b/cookbooks/oxidized/templates/default/config.erb @@ -1,6 +1,7 @@ --- # DO NOT EDIT - This file is being maintained by Chef rest: false +timeout: 60 vars: remove_secret: true pid: "/run/oxidized/oxidized.pid" -- 2.39.5