Skip to content

Commit

Permalink
should not optimize
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Aug 19, 2012
1 parent 87e6513 commit 2e69155
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/openfeint/memcached/Memcached.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ protected IRubyObject init(ThreadContext context, List<String> servers, RubyHash
}

builder.setDaemon(true);
builder.setShouldOptimize(false);
client = new MemcachedClient(builder.build(), addresses);

if ("marshal_zlib".equals(transcoderValue)) {
Expand Down
Binary file modified target/spymemcached-ext-0.0.1.jar
Binary file not shown.

0 comments on commit 2e69155

Please sign in to comment.