Send out follow requests more slowly

merge-requests/30/head
Bob Mottram 2022-07-21 11:03:31 +01:00
parent 1cda2d740e
commit 4103249917
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ def run_import_following(base_dir: str, httpd):
"""Sends out follow requests for imported following csv files """Sends out follow requests for imported following csv files
""" """
while True: while True:
time.sleep(10) time.sleep(20)
# get a list of accounts on the instance, in random sequence # get a list of accounts on the instance, in random sequence
accounts_list = [] accounts_list = []