global_session
Version:
A link between LRU and messaging to peers which may store or cache LRU entries remotely
22 lines (21 loc) • 536 B
Plain Text
{
"lru" : {
"manage_section" : true,
"cache" : {
"token_path" : "./replicator.conf",
"am_initializer" : true,
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000,
"immediate_evictions" : true,
"max_evictions" : 20,
"aged_out_secs" : 600
}
},
"message_relay" : {
"auth_path" : "auths",
"age_or_replica" : "replicating",
"address" : "localhost",
"port" : 7880
}
}