You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not really an issue but it would make the stats more readable when a thousand separator would be used!
When a memcache server is running for weeks then the hits/miss, ... numbers are very high.
what is more readable?
a) 465983216549
b) 465'983'216'549
and it would be even more general when the single quote would be used like in the above example.
The text was updated successfully, but these errors were encountered:
It is not really an issue but it would make the stats more readable when a thousand separator would be used!
When a memcache server is running for weeks then the hits/miss, ... numbers are very high.
what is more readable?
a) 465983216549
b) 465'983'216'549
and it would be even more general when the single quote would be used like in the above example.
The text was updated successfully, but these errors were encountered: