This commit is contained in:
Ewa Klepaczewska 2020-11-28 01:01:28 +01:00
parent e0d3f495a1
commit 026a9ee3fc
1 changed files with 1 additions and 1 deletions

View File

@ -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);