Jaanus Sellin
Jaanus Sellin
Also mentioned in markus-wa/demoinfocs-golang#317 `isWalking `is using underlying CSGO flag `m_bIsWalking`, which actually means that user is holding walk button. Also reproduced it in local machine, by standing still, holding...
Added login endpoint rate limit. Login can be called 5 times every minute.
Adds security layer, which allows users to use api with personal access tokens.
Using Play 2.7 and Ebean plugin version 5.0.2. Ebean is generating me 10s of transactions ending like this. ``` .... where t0.id = any(Array[10]={230430,230431,230432,230433,230434,230435,230436,230437,230438,230439}); where t0.id = any(Array[10]={230440,230441,230442,230443,230444,230445,230446,230447,230448,230449}); where t0.id...
Introduce a new concept. Duration in stage. Also add it into prometheus metric.

The flag is already set up in our Unleash instance.