Skip to content

Commit 49f37ea

Browse files
authored
Revert "Fix rate limiting"
1 parent 28c1483 commit 49f37ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

transloadit/assembly.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ def create(self, wait=False, resumable=True, retries=3):
111111
response = self.transloadit.get_assembly(
112112
assembly_url=response.data.get("assembly_ssl_url")
113113
)
114-
# wait a small amount between requests due to stricter rate limiting
115-
sleep(0.2)
116114

117115
if self._rate_limit_reached(response) and retries:
118116
# wait till rate limit is expired

0 commit comments

Comments
 (0)