Skip to content

Commit

Permalink
Lower preferred segment size to 100Mb
Browse files Browse the repository at this point in the history
  • Loading branch information
realloc committed Jul 16, 2012
1 parent 040cfff commit e4dcf52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swiftlib.sh
Expand Up @@ -26,7 +26,7 @@ AUTH_URL_CLODO="http://api.clodo.ru/v1"

LIST_LIMIT=10000
MAX_FILESIZE=4294967296 # 4Gb Max allowed object size
PREF_SSIZE=1073741824 # 1Gb Preffered segment size
PREF_SSIZE=104857600 # 100Mb Preffered segment size

DEBUG=no # Be verbose or no.

Expand Down

0 comments on commit e4dcf52

Please sign in to comment.