Skip to content

Commit dd5bc1c

Browse files
JVMerkleJulian Merkle
authored andcommitted
Increase the worker check interval to 5 minutes
This is the recommended interval of the TSN-Ranksystem project.
1 parent ba660a0 commit dd5bc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ worker() {
5252
cd "${RS_ROOT}"
5353
while true; do
5454
php worker.php check
55-
sleep $(( 10 * 60 )) # Every 10 minutes
55+
sleep $(( 5 * 60 )) # Every 5 minutes
5656
done
5757
}
5858

0 commit comments

Comments
 (0)