aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 21:20:07 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 21:20:07 +0000
commit1911cc508e10a4052499ba41e565edf57184daf7 (patch)
tree75baa9795123ffcdf8c12e86705cfa3f31cf37a0 /src/fs
parent236e47e55554310cc19b8c37c7b844d53a239f28 (diff)
downloadgnunet-1911cc508e10a4052499ba41e565edf57184daf7.tar.gz
gnunet-1911cc508e10a4052499ba41e565edf57184daf7.zip
use new quota parsing capabilities -- SVN 1875
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_test_lib_data.conf2
-rw-r--r--src/fs/test_fs_defaults.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_test_lib_data.conf b/src/fs/fs_test_lib_data.conf
index 6b2f02ee6..957dc6859 100644
--- a/src/fs/fs_test_lib_data.conf
+++ b/src/fs/fs_test_lib_data.conf
@@ -7,5 +7,5 @@ TOTAL_QUOTA_IN = 3932160
7TOTAL_QUOTA_OUT = 3932160 7TOTAL_QUOTA_OUT = 3932160
8 8
9[datastore] 9[datastore]
10QUOTA = 2000000000 10QUOTA = 2 GB
11 11
diff --git a/src/fs/test_fs_defaults.conf b/src/fs/test_fs_defaults.conf
index f71a12061..a2b111181 100644
--- a/src/fs/test_fs_defaults.conf
+++ b/src/fs/test_fs_defaults.conf
@@ -28,7 +28,7 @@ HOSTNAME = localhost
28DEFAULTSERVICES = fs 28DEFAULTSERVICES = fs
29 29
30[datastore] 30[datastore]
31QUOTA = 100000000 31QUOTA = 100 MB
32 32
33[statistics] 33[statistics]
34PORT = 43467 34PORT = 43467