[Box Backup-commit] COMMIT r1338 - box/chris/general/test/bbackupd/testfiles
boxbackup-dev@fluffy.co.uk
boxbackup-dev@fluffy.co.uk
Sat, 03 Mar 2007 22:33:37 +0000
Author: chris
Date: 2007-03-03 22:33:37 +0000 (Sat, 03 Mar 2007)
New Revision: 1338
Modified:
box/chris/general/test/bbackupd/testfiles/bbackupd.conf.in
Log:
Reduce maximum diffing time to test timers better.
Add keepalive time to be used by keepalive tests.
Disable extended logging to console, log to a file instead.
(from chris/merge)
Modified: box/chris/general/test/bbackupd/testfiles/bbackupd.conf.in
===================================================================
--- box/chris/general/test/bbackupd/testfiles/bbackupd.conf.in 2007-03-03 22:17:56 UTC (rev 1337)
+++ box/chris/general/test/bbackupd/testfiles/bbackupd.conf.in 2007-03-03 22:33:37 UTC (rev 1338)
@@ -17,9 +17,11 @@
FileTrackingSizeThreshold = 1024
DiffingUploadSizeThreshold = 1024
-MaximumDiffingTime = 8
+MaximumDiffingTime = 3
+KeepAliveTime = 1
-ExtendedLogging = yes
+ExtendedLogging = no
+ExtendedLogFile = testfiles/bbackupd.log
CommandSocket = testfiles/bbackupd.sock