mirror of
https://github.com/simon987/od-database.git
synced 2025-12-13 14:59:02 +00:00
Slots can be updated without removing & adding
This commit is contained in:
@@ -163,14 +163,6 @@ class RemoteDirectoryCrawler:
|
||||
directory.close()
|
||||
in_q.put(path)
|
||||
break
|
||||
except TimeoutError:
|
||||
if timeout_retries > 0:
|
||||
timeout_retries -= 1
|
||||
# TODO: Remove debug info
|
||||
print("TIMEOUT, " + str(timeout_retries) + " retries left")
|
||||
in_q.put(path)
|
||||
else:
|
||||
print("Dropping listing for " + path)
|
||||
finally:
|
||||
in_q.task_done()
|
||||
|
||||
|
||||
@@ -64,7 +64,9 @@ class HttpDirectory(RemoteDirectory):
|
||||
"?C=D&O=A",
|
||||
"?C=N;O=D",
|
||||
"?C=M;O=A",
|
||||
"?C=M&O=D",
|
||||
"?C=S;O=A",
|
||||
"?C=S&O=D",
|
||||
"?C=D;O=A",
|
||||
"?MA",
|
||||
"?SA",
|
||||
|
||||
Reference in New Issue
Block a user