From 87d8626505c31511911facd5e1a1c3b3a65e8663 Mon Sep 17 00:00:00 2001 From: Eohyung Lee Date: Thu, 20 Nov 2014 11:38:49 +0900 Subject: [PATCH] fix example typo 5 * 1024 * 1024 = 5242880 Change-Id: I0eeb6e2d9fbd79103cd8c658627344f73fed9498 --- AUTHORS | 2 +- etc/object-server.conf-sample | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AUTHORS b/AUTHORS index 7c5cd6eb11..be8c25b447 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 4f6e133f13..b594a9576f 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