aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
authorEwa Klepaczewska <a310e281159e@cloudflare.com>2020-11-28 01:01:28 +0100
committerEwa Klepaczewska <a310e281159e@cloudflare.com>2020-11-28 01:01:28 +0100
commit026a9ee3fc7f87585927a0d92c00d7faec3d303e (patch)
tree6e5dc3e4a1153d0ecbf571e16ad4c54764ddc59d /tool
parente0d3f495a10a3fbbefa3489ac6d454529467d195 (diff)
downloadcloudflare-tor-026a9ee3fc7f87585927a0d92c00d7faec3d303e.tar.lz
cloudflare-tor-026a9ee3fc7f87585927a0d92c00d7faec3d303e.tar.xz
cloudflare-tor-026a9ee3fc7f87585927a0d92c00d7faec3d303e.zip
cron.php
Diffstat (limited to 'tool')
-rw-r--r--tool/mastodonwch/cron.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/mastodonwch/cron.php b/tool/mastodonwch/cron.php
index 4d57320d..b6a26f67 100644
--- a/tool/mastodonwch/cron.php
+++ b/tool/mastodonwch/cron.php
@@ -1,6 +1,6 @@
<?php
ignore_user_abort(true);
-set_time_limit(180);
+set_time_limit(120);
$toots = [];
$mastodon_servers = ['your.server.fqdn' => 'https://your.server.fqdn/write_this_block_yourself', 'yours2.fqdn' => 'https://...'];
shuffle_assoc($mastodon_servers);