diff options
author | Sarven Capadisli <csarven@status.net> | 2010-01-28 19:37:31 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-01-28 19:37:31 +0100 |
commit | 86fed21c14e6045aa7d637b240931dc9dfb6daf9 (patch) | |
tree | 95a377144f1ea6cb7ce2fd1ca0ab3acb1775a360 /lib/default.php | |
parent | 171c97f17eecb3165d6ac088fece15a56f7c9914 (diff) | |
parent | a868a523a5ab042e75d333298a75aaa369d445cc (diff) |
Merge branch 'master' of git@gitorious.org:statusnet/mainline
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index c729193b5..8de8b1097 100644 --- a/lib/default.php +++ b/lib/default.php @@ -84,6 +84,7 @@ $default = 'control_channel' => '/topic/statusnet-control', // broadcasts to all queue daemons 'stomp_username' => null, 'stomp_password' => null, + 'stomp_persistent' => true, // keep items across queue server restart, if persistence is enabled 'monitor' => null, // URL to monitor ping endpoint (work in progress) 'softlimit' => '90%', // total size or % of memory_limit at which to restart queue threads gracefully 'debug_memory' => false, // true to spit memory usage to log |