]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- note on the 30 second delay
authorMariusz Mazur <mmazur@pld-linux.org>
Tue, 3 Jan 2006 12:49:57 +0000 (12:49 +0000)
committerMariusz Mazur <mmazur@pld-linux.org>
Tue, 3 Jan 2006 12:49:57 +0000 (12:49 +0000)
Changed files:
    bin/pfa-from-incoming -> 1.13

bin/pfa-from-incoming

index 508ac95152a450af185c541fbb2a95989564bcdd..a88ebcb32c210dd766a4280c38bbe74bcc58c5a1 100644 (file)
@@ -29,6 +29,7 @@ def findfiles(dir):
             mtime = os.stat(dir + '/' + x)[stat.ST_MTIME]
             now = time.time()
             # don't look into uploadinfo files for 30 seconds after scp
+            # note -- most likely this doesn't achieve anything
             if now - mtime > 30:
                 return True
             else:
This page took 0.029326 seconds and 4 git commands to generate.