]> git.mxchange.org Git - friendica.git/blobdiff - src/Worker/UpdateGServers.php
Only attach images
[friendica.git] / src / Worker / UpdateGServers.php
index 7581065d9141cdb3d1e424b2d87da8b8730e5a51..108482eaecef4035336e8b1c7797c3f8ddacde29 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -72,6 +72,7 @@ class UpdateGServers
                                        $count++;
                                }
                        }
+                       Worker::coolDown();
                }
                DBA::close($gservers);
                Logger::info('Updated servers', ['count' => $count]);