sluice 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG CHANGED
@@ -1,3 +1,7 @@
1
+ Version 0.1.4 (2013-10-02)
2
+ --------------------------
3
+ Timeout now bumped to 30 mins - much less likely to cause issues with large files
4
+
1
5
  Version 0.1.3 (2013-10-02)
2
6
  --------------------------
3
7
  Added Ruby thread timeout monitoring (#4)
@@ -33,7 +33,7 @@ module Sluice
33
33
  CONCURRENCY = 10 # Threads
34
34
  RETRIES = 3 # Attempts
35
35
  RETRY_WAIT = 10 # Seconds
36
- TIMEOUT_WAIT = 100 # Waiting longer reduces the chance that whatever caused the timeout recurs
36
+ TIMEOUT_WAIT = 1800 # 30 mins should let even large files upload. +1 https://github.com/snowplow/sluice/issues/7 if this is insufficient or excessive
37
37
 
38
38
  # Aliases for Contracts
39
39
  FogStorage = Fog::Storage::AWS::Real
data/lib/sluice.rb CHANGED
@@ -19,5 +19,5 @@ require 'sluice/storage/s3'
19
19
 
20
20
  module Sluice
21
21
  NAME = "sluice"
22
- VERSION = "0.1.3"
22
+ VERSION = "0.1.4"
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sluice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: