镜像自地址
https://github.com/tuna/tunasync.git
已同步 2025-12-08 07:26:47 +00:00
interupted syscall
这个提交包含在:
@@ -207,7 +207,10 @@ class TUNASync(object):
|
|||||||
signal.signal(signal.SIGUSR2, self.reload_mirrors_force)
|
signal.signal(signal.SIGUSR2, self.reload_mirrors_force)
|
||||||
|
|
||||||
while 1:
|
while 1:
|
||||||
|
try:
|
||||||
name, status = self.channel.get()
|
name, status = self.channel.get()
|
||||||
|
except IOError:
|
||||||
|
continue
|
||||||
|
|
||||||
if status == "QUIT":
|
if status == "QUIT":
|
||||||
print("New configuration applied to {}".format(name))
|
print("New configuration applied to {}".format(name))
|
||||||
|
|||||||
在新工单中引用
屏蔽一个用户