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:
@@ -7,7 +7,7 @@ set_secretkey = False
|
||||
create_temp_url = True
|
||||
duration_in_seconds = 60*60*2
|
||||
objectpath = "#####" # container/object
|
||||
fail_tries = 100
|
||||
fail_tries = 30
|
||||
|
||||
|
||||
swift_generate_temp_url.launch(secretkey,set_secretkey,create_temp_url,duration_in_seconds,objectpath,fail_tries)
|
||||
Reference in New Issue
Block a user