File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# TransloaditKit Changelog
22
3+ ## 3.3.4
4+
5+ * Changed polling interval to 0.75s for checking assembly status
6+
37## 3.3.3
48
59* Added data race protections, allowing for concurrent starting of assemblies
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ public final class TransloaditPoller {
103103 self . didFinish ( )
104104 } else {
105105 // Call succeeded, but not the finished status
106- DispatchQueue . main. asyncAfter ( deadline: . now( ) + 3 ) {
106+ DispatchQueue . main. asyncAfter ( deadline: . now( ) + 0.75 ) {
107107 self . pollStatus ( assemblyURL: assemblyURL, completion: completion)
108108 }
109109 }
Original file line number Diff line number Diff line change 88
99Pod ::Spec . new do |s |
1010 s . name = 'Transloadit'
11- s . version = '3.3.3 '
11+ s . version = '3.3.4 '
1212 s . summary = 'Transloadit client in Swift'
1313 s . swift_version = '5.0'
1414
You can’t perform that action at this time.
0 commit comments