Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
remove thread_push
Browse files Browse the repository at this point in the history
  • Loading branch information
Acris authored Aug 11, 2016
1 parent bdcd3cb commit be3eac0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shadowsocks/servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ def main():
t = thread.start_new_thread(manager.run, (configer,))
time.sleep(1)
t = thread.start_new_thread(DbTransfer.thread_db, ())
time.sleep(1)
t = thread.start_new_thread(DbTransfer.thread_push, ())

while True:
time.sleep(100)
Expand Down

0 comments on commit be3eac0

Please sign in to comment.