From c5167e216ec35dfa278272b98b6659f510b1864c Mon Sep 17 00:00:00 2001 From: hackbard Date: Mon, 5 Oct 2015 15:06:40 +0000 Subject: [PATCH] new default configurations, slow, no compression, and logging to ram --- config/hannah.conf | 2 +- config/tx2.conf | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/hannah.conf b/config/hannah.conf index 167a60c..7ea7ba0 100644 --- a/config/hannah.conf +++ b/config/hannah.conf @@ -8,4 +8,4 @@ oldest 60 data /mnt/wd/ext/backups bandwidth 10m hannahvpn:5m compression 0 hannahvpn:4 -logdir /mnt/wd/ext/backups/log +logdir /dev/shm/backups/log diff --git a/config/tx2.conf b/config/tx2.conf index 6baa4c4..f04791d 100644 --- a/config/tx2.conf +++ b/config/tx2.conf @@ -7,6 +7,6 @@ replicas 3 oldest 60 data /mnt/wd/ext/backups bandwidth 10m tx2vpn:5m -compression 1 tx2vpn:4 +compression 0 tx2vpn:4 cipher arcfour -logdir /mnt/wd/ext/backups/log +logdir /dev/shm/backups/log -- 2.20.1