Simon Tretter

Results 116 comments of Simon Tretter

TTL was different, but checkperiod was set to 60. I tried now setting it to 0 (to disable the check), but turned out it didn't make any difference. Therefore I...

Oh right, some test fail now due to the async behaviour. Either we await the setImmediate callback (Can we use async / await in coffeescript?) or we change some other...

Javascript code that solves the issue on my side: ```js async _checkData(startPeriod = true) { var key, ref, value; boundMethodCheck(this, NodeCache); ref = this.data; // run the housekeeping method var...

We are also facing issues with the regenerate call happneing "automatically" during login and logout, would it be an option to add an option to disable this behaviour?

> What I'd prefer, rather than adding "nohoist" and having to manually configure it, is finding a way for _nothing_ to hoist, so that each folder's `node_modules` directory only ever...

What I did to get this working: 1. used the index.js from minizie-plugin-uglifyjs and copied it to my project 2. modified it to let it look like following code: ```...

Having the same issue, but setting asyncHooks to false seems to solve the issue?

I guess it could be related to an "outed" / "old" mongodb driver? But I couldn't find a way to update it locally; i guess it is bundled with Metricbeats?...