This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 1ea4afd6 Adjust times
1ea4afd6 is described below
commit 1ea4afd6c1d25c7170858d92bc784877a67e5c6d
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 23 22:24:51 2025 +0000
Adjust times
---
www/roster/public_json_common.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/roster/public_json_common.rb b/www/roster/public_json_common.rb
index 6b1764ee..bb4d57c4 100644
--- a/www/roster/public_json_common.rb
+++ b/www/roster/public_json_common.rb
@@ -49,7 +49,7 @@ end
# Time to check for discrepancies?
def check_now?
# Check for discrepancies from time to time regardless
- return ([6, 18].include?(Time.now.hour) or (changed? and @old_file))
+ return ([11, 23].include?(Time.now.hour) or (changed? and @old_file))
end
# Pretty-prints the JSON input and writes it to the output.