Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
kamaki
Commits
4e424eaa
Commit
4e424eaa
authored
May 22, 2013
by
Stavros Sachtouris
Browse files
Restore thread-wait for append
parent
e4ff4453
Changes
1
Hide whitespace changes
Inline
Side-by-side
kamaki/clients/pithos/__init__.py
View file @
4e424eaa
...
...
@@ -1315,7 +1315,7 @@ class PithosClient(PithosRestClient):
thread
.
join
()
finally
:
from
time
import
sleep
sleep
(
1.1
*
len
(
activethreads
()))
sleep
(
2
*
len
(
activethreads
()))
return
headers
.
values
()
def
truncate_object
(
self
,
obj
,
upto_bytes
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment