commit: 10afa5d46e888e67cf41bb87c6cf82fa2df30d69
Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 24 02:55:15 2015 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Tue Feb 24 02:55:15 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/ag.git;a=commit;h=10afa5d4
Hard to read.
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
---
lib/storage.rb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/storage.rb b/lib/storage.rb
index 84e1f8f..78c83a2 100644
--- a/lib/storage.rb
+++ b/lib/storage.rb
@@ -88,10 +88,10 @@ module Ag::Storage
})
# Give elasticsearch some time to process the new index
- puts $es.indices.status(index: indexname)
+ pp $es.indices.status(index: indexname)
while $es.cluster.health['status'] != 'green' do
- puts $es.indices.status(index: indexname)
- sleep 0.05
+ pp $es.indices.status(index: indexname)
+ sleep 0.01
end
end