Commit 9464c8ef8ff7b65dbfbe36ee95ae7d07d9cb4e2c

Authored by Antonio Terceiro
1 parent 692325d6

No timeout for shutting thin down

This makes the process of restarting Noosfero much, much faster.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
debian/thin.yml
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 pid: tmp/pids/thin.pid 2 pid: tmp/pids/thin.pid
3 address: 127.0.0.1 3 address: 127.0.0.1
4 user: noosfero 4 user: noosfero
5 -timeout: 30 5 +timeout: 0
6 port: 50000 6 port: 50000
7 log: log/thin.log 7 log: log/thin.log
8 max_conns: 1024 8 max_conns: 1024