Showing
1 changed file
with
1 additions
and
1 deletions
@@ -183,7 +183,7 @@ public class MemcachedMonitorImpl { | @@ -183,7 +183,7 @@ public class MemcachedMonitorImpl { | ||
183 | try { | 183 | try { |
184 | MemcachedClient client = builder.build(); | 184 | MemcachedClient client = builder.build(); |
185 | long setTime = System.currentTimeMillis(); | 185 | long setTime = System.currentTimeMillis(); |
186 | - client.set("hello",0,"Hello"); | 186 | + client.set("hello",3,"Hello"); |
187 | client.get("hello"); | 187 | client.get("hello"); |
188 | long diff = System.currentTimeMillis()-setTime; | 188 | long diff = System.currentTimeMillis()-setTime; |
189 | info.setDiff(diff); | 189 | info.setDiff(diff); |
-
Please register or login to post a comment