Displaying 1 result from an estimated 1 matches for "persistent_delay".
2008 Oct 14
3
Server settings for BackgrounDRB?
...notes.html#comment-form)
and it says that you set up your backgroundrb.yml file with a different
section for each environment you want to use. Mine looks like this:
---
:backgroundrb:
:ip: 0.0.0.0
:port: 11007
:development:
:backgroundrb:
:port: 11006
:environment: development
:persistent_delay: 2
:staging:
:backgroundrb:
:port: 11007
:environment: staging
:persistent_delay: 10
:production:
:backgroundrb:
:port: 11008
:environment: production
:persistent_delay: 15
The environment i''m trying to get it working in initially is ''staging'...