global_session
Version:
A link between LRU and messaging to peers which may store or cache LRU entries remotely
24 lines (23 loc) • 612 B
Plain Text
{
"lru" : {
"manage_section" : true,
"cache" : {
"token_path" : "./pressure.conf",
"am_initializer" : true,
"seed" : 9849381,
"record_size" : 384,
"el_count" : 20000,
"evictions_timeout" : true,
"sessions_length" : 14800000,
"immediate_evictions" : false,
"max_evictions" : 20,
"aged_out_secs" : 60
}
},
"message_relay" : {
"auth_path" : "auths",
"age_or_replica" : "age-out",
"address" : "localhost",
"port" : 7880
}
}