Skip to content

Commit

Permalink
examples/fill: adjust parameters to my scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Oct 14, 2009
1 parent 59e6c42 commit 7af5cdd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/fill.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# Experimentally determine how many items fit in your memcached
# instance. Adjust parameters below for your scenario.

BATCH_SIZE = 1000
KEY_SIZE = 20
VALUE_SIZE = 20
BATCH_SIZE = 10000
KEY_SIZE = 26
VALUE_SIZE = 0


$: << File.dirname(__FILE__) + "/../lib"
Expand Down

0 comments on commit 7af5cdd

Please sign in to comment.