aboutsummaryrefslogtreecommitdiffstats
path: root/tool
diff options
context:
space:
mode:
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);