forked from indymedia/epicyon
Getting less sleep
parent
b167c5bae8
commit
1a09fa0823
2
posts.py
2
posts.py
|
@ -1721,7 +1721,7 @@ def sendToFollowers(session,baseDir: str, \
|
||||||
|
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: End of sendToFollowers')
|
print('DEBUG: End of sendToFollowers')
|
||||||
time.sleep(4)
|
time.sleep(2)
|
||||||
|
|
||||||
def sendToFollowersThread(session,baseDir: str, \
|
def sendToFollowersThread(session,baseDir: str, \
|
||||||
nickname: str, domain: str, port: int, \
|
nickname: str, domain: str, port: int, \
|
||||||
|
|
Loading…
Reference in New Issue