about summary refs log tree commit homepage
path: root/examples/rails_app-2.3.4/config
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-10 17:00:24 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-10 17:00:24 -0800
commitd0ac5b4c2fc9d2ddc0e7b9fde096622cf2058347 (patch)
tree2fafc41dafef6c4fca431adc52c1a065b92eefa4 /examples/rails_app-2.3.4/config
parent5968b5e5518f2f743cdbfed7d58a4cbe8f0d1e5e (diff)
downloadupr-d0ac5b4c2fc9d2ddc0e7b9fde096622cf2058347.tar.gz
demo: make frequency 1 for smoother output
Making the demo look better?  It's called "marketing" :)
Diffstat (limited to 'examples/rails_app-2.3.4/config')
-rw-r--r--examples/rails_app-2.3.4/config/environment.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/rails_app-2.3.4/config/environment.rb b/examples/rails_app-2.3.4/config/environment.rb
index 956fd36..c323778 100644
--- a/examples/rails_app-2.3.4/config/environment.rb
+++ b/examples/rails_app-2.3.4/config/environment.rb
@@ -47,6 +47,6 @@ Rails::Initializer.run do |config|
        # Revactor unless they're using Revactor-aware network functions
        # :drb => 'druby://127.0.0.1:2999',
        #
-       # Update at most once every 2 seconds
-       :frequency => 2)
+       # Update at most once every second (default is every 3 seconds)
+       :frequency => 1)
 end