sayso-thinking-sphinx 2.0.3.001 → 2.0.3.002

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/thinking_sphinx/tasks.rb +1 -1
  3. metadata +1 -1
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.0.3.001
1
+ 2.0.3.002
@@ -57,7 +57,7 @@ namespace :thinking_sphinx do
57
57
  # Ensure searchd is stopped, but don't try too hard
58
58
  Timeout.timeout(5) do
59
59
  while sphinx_running?
60
- sleep(0.01)
60
+ sleep(1) # using sleep(0.01) introduces a really strange bug, where Timeout::Error is not launched, on ruby-1.9.2-p180
61
61
  end
62
62
  end
63
63
  rescue Timeout::Error
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: sayso-thinking-sphinx
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.0.3.001
5
+ version: 2.0.3.002
6
6
  platform: ruby
7
7
  authors:
8
8
  - SaySo