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.
- data/VERSION +1 -1
- data/lib/thinking_sphinx/tasks.rb +1 -1
- metadata +1 -1
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
2.0.3.
|
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
|