veloren/network
Marcel Märtens 9170622611 reduce load on metrics by ALOT!
- first remove participant AND channel in same metric. this caused a matrix full of 0 values which bloated alot.
 - then did the cid cache to be lazy loading to no longer generate that much 0 values
 - possible would also be no longer keeping metrics for INIT, HANDSHAKE and PARTICIPANTID
2020-08-27 01:55:13 +02:00
..
examples Switch veloren_network over to use the official example layout. 2020-08-26 10:07:22 +02:00
src reduce load on metrics by ALOT! 2020-08-27 01:55:13 +02:00
tests Propper Compression support of network. 2020-08-25 23:55:27 +02:00
Cargo.toml Switch veloren_network over to use the official example layout. 2020-08-26 10:07:22 +02:00