diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testsuites/da-mainmsg-q.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/testsuites/da-mainmsg-q.conf b/tests/testsuites/da-mainmsg-q.conf index 2d0e5b92..3465d13b 100644 --- a/tests/testsuites/da-mainmsg-q.conf +++ b/tests/testsuites/da-mainmsg-q.conf @@ -8,7 +8,9 @@ $ErrorMessagesToStderr off # set spool locations and switch queue to disk assisted mode $WorkDirectory test-spool -$MainMsgQueueSize 100 # this *should* trigger moving on to DA mode... +$MainMsgQueueSize 200 # this *should* trigger moving on to DA mode... +# note: we must set QueueSize sufficiently high, so that 70% (light delay mark) +# is high enough above HighWatermark! $MainMsgQueueHighWatermark 80 $MainMsgQueueLowWatermark 40 $MainMsgQueueFilename mainq |