propellor spin

This commit is contained in:
Joey Hess 2015-02-10 15:09:57 -04:00
parent d1ebc7c145
commit 057509c5cd
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -129,8 +129,8 @@ obnamLowMem = combineProperties "obnam tuned for low memory use"
, "/etc/obnam.conf" `File.containsLines`
[ "[config]"
, "# Suggested by liw to keep Obnam memory consumption down (at some speed cost)."
, "upload-queue-size = 64"
, "lru-size = 64"
, "upload-queue-size = 96"
, "lru-size = 96"
]
]