summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEohyung Lee <liquidnuker@gmail.com>2014-11-20 11:38:49 +0900
committerEohyung Lee <liquidnuker@gmail.com>2014-11-20 11:38:49 +0900
commit87d8626505c31511911facd5e1a1c3b3a65e8663 (patch)
treef6d7e3d23ec0b7547b3e3313f67a5af942187d3f
parent7372354147751392211227f668310bab16e28948 (diff)
downloadswift-87d8626505c31511911facd5e1a1c3b3a65e8663.tar.gz
fix example typo
5 * 1024 * 1024 = 5242880 Change-Id: I0eeb6e2d9fbd79103cd8c658627344f73fed9498
-rw-r--r--AUTHORS2
-rw-r--r--etc/object-server.conf-sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/AUTHORS b/AUTHORS
index 7c5cd6eb1..be8c25b44 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -100,7 +100,7 @@ Gonéri Le Bouder (goneri.lebouder@enovance.com)
John Leach (john@johnleach.co.uk)
Ed Leafe (ed.leafe@rackspace.com)
Thomas Leaman (thomas.leaman@hp.com)
-Eohyung Lee (liquid@kt.com)
+Eohyung Lee (liquidnuker@gmail.com)
Jamie Lennox (jlennox@redhat.com)
Tong Li (litong01@us.ibm.com)
Changbin Liu (changbin.liu@gmail.com)
diff --git a/etc/object-server.conf-sample b/etc/object-server.conf-sample
index 4f6e133f1..b594a9576 100644
--- a/etc/object-server.conf-sample
+++ b/etc/object-server.conf-sample
@@ -76,7 +76,7 @@ use = egg:swift#object
# slow = 0
#
# Objects smaller than this are not evicted from the buffercache once read
-# keep_cache_size = 5424880
+# keep_cache_size = 5242880
#
# If true, objects for authenticated GET requests may be kept in buffer cache
# if small enough