changed sleep to 2 sec. fixed the setting of swift_conn during deletion process. Timeout of ssl increased to 10. Added checks to segment files: they have to be power of 2.

This commit is contained in:
2016-05-08 22:46:08 +02:00
parent facda776b1
commit 77f3a9fa05
10 changed files with 23 additions and 19 deletions

View File

@@ -4,6 +4,6 @@ import swift_delete_orphan_segments
#swift
swift_container = "default" # container
delete = True
fail_tries = 10
fail_tries = 30
swift_delete_orphan_segments.launch(swift_container,delete,fail_tries)