Nikolay Spiridonov

Results 5 comments of Nikolay Spiridonov

I make some debug over api calls. There is a lot of calls like _get_player/get_inventory_ one after another without delay or delay function get_inventory at 0x107a1bc80 -> function get_inventory at...

Ok, some logs here: ``` [2016-08-29 13:51:17] [MoveToFort] 2016-08-29 13:51:18 () 2016-08-29 13:51:18 () 2016-08-29 13:51:18 () 2016-08-29 13:51:18 () [2016-08-29 13:51:18] [UpdateLiveStats] ```

Seems we have to refactor all api.get_inventory() calls to refresh_inventory() with decorated cache object. But what TTL we should use for api call?

Great ideas! Really appreciate it! 👍 Yeap but, we need to think about usability it become much easier to update confs/md/etc but if we split config into chunks, what about...

I think for the first step of refactoring/splittin we can make some sort of _globals.json_ 🐙 With default/safe? values. ``` js { "websocket_server": false, "heartbeat_threshold": 10, "enable_social": false, "live_config_update": {...