Jcrespo has uploaded a new change for review. https://gerrit.wikimedia.org/r/250695
Change subject: Temporarelly disabling sleep on the eventlogging sync ...................................................................... Temporarelly disabling sleep on the eventlogging sync We need to get in sync faster in the inital runs. Change-Id: I177181b414cd0668cba2937bd09e36e85a33b655 --- M files/mariadb/eventlogging_sync.sh 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/95/250695/1 diff --git a/files/mariadb/eventlogging_sync.sh b/files/mariadb/eventlogging_sync.sh index 1c0249b..ed32eca 100755 --- a/files/mariadb/eventlogging_sync.sh +++ b/files/mariadb/eventlogging_sync.sh @@ -66,8 +66,8 @@ done -echo "Sleeping for 10 seconds before the next batch..." -sleep 10 +#echo "Sleeping for 10 seconds before the next batch..." +#sleep 10 ## infinite loop done -- To view, visit https://gerrit.wikimedia.org/r/250695 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I177181b414cd0668cba2937bd09e36e85a33b655 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Jcrespo <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
