Skip to content

Commit

Permalink
u
Browse files Browse the repository at this point in the history
  • Loading branch information
xuguruogu committed Aug 5, 2020
1 parent d2fafbc commit 5484afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/StorageServiceHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

DEFINE_int32(vertex_cache_num, 16 * 1000 * 1000, "Total keys inside the cache");
DEFINE_int32(vertex_cache_bucket_exp, 4, "Total buckets number is 1 << cache_bucket_exp");
DEFINE_int32(vertex_cache_ttl, 60, "vertex cache ttl. the unit is seconds.");
DEFINE_int32(vertex_cache_ttl, 10 * 60, "vertex cache ttl. the unit is seconds.");
DEFINE_int32(reader_handlers, 32, "Total reader handlers");
DEFINE_string(reader_handlers_type, "cpu", "Type of reader handlers, options: cpu,io");

Expand Down

0 comments on commit 5484afa

Please sign in to comment.