From 01053e6cceccf2d5194b5bc6e61277685146a079 Mon Sep 17 00:00:00 2001 From: pajkastare Date: Wed, 24 Jan 2024 13:51:24 +0100 Subject: [PATCH] Removed unnecessary comment, no code change --- sanoid | 1 - 1 file changed, 1 deletion(-) diff --git a/sanoid b/sanoid index a22bc87..295957b 100755 --- a/sanoid +++ b/sanoid @@ -42,7 +42,6 @@ my $cacheTTL = 900; # 15 minutes # (ignore "--verbose", "--configdir" etc) if (($args{'monitor-snapshots'} || $args{'monitor-health'} || $args{'monitor-capacity'}) && ! ($args{'cron'} || $args{'force-update'} || $args{'take-snapshots'} || $args{'prune-snapshots'} || $args{'force-prune'})) { # The command combination above must not assert true for any command that takes or prunes snapshots - # As long as no snapshots are taken, no conflict with the $forcecacheupdate variable below should occur $cacheTTL = 18000; # 5 hours if ($args{'debug'}) { print "DEBUG: command combo means that the cache file (provided it exists) will be allowed to be older than default.\n"; } }