about summary refs log tree commit homepage
path: root/examples/zbatery.config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'examples/zbatery.config.rb')
-rw-r--r--examples/zbatery.config.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/zbatery.config.rb b/examples/zbatery.config.rb
new file mode 100644
index 0000000..38aa4b6
--- /dev/null
+++ b/examples/zbatery.config.rb
@@ -0,0 +1,6 @@
+# Used for running Raindrops::Watcher, which requires a multi-threaded
+# Rack server capable of streaming a response.  Threads must be used,
+# so Zbatery is recommended: http://zbatery.bogomip.org/
+Rainbows! do
+  use :ThreadSpawn
+end