Christian Hoffmann

Results 27 comments of Christian Hoffmann

I did some experiments on AWS where I had the same issues as described above and found the following: - Setting `SPIN_WASMTIME_TOTAL_MEMORIES` env to `50` allowed me to run on...

In my (test-)case I had a TTL of 5 minutes set but it took 15 Minutes until it got deleted. And it was a test db with 1 entry. My...

No, this isn't my concern. It only shows that the non-enforce TTL has nothing to do with the current load on the table. My concern is that if I have...

@animir My code is mostly the same as in the official example found [here](https://github.com/animir/node-rate-limiter-flexible/wiki/Overall-example#minimal-protection-against-password-brute-force) > rate-limiter-flexible logic doesn't rely on the existence of items. Instead, it checks expire value and...

Hi > As a workaround msBeforeNext could be checked. It should return correct 0 or -1 value when an item has expired. yes, this is exactly what I am doing...

Hi @Xieyt and thanks a lot for your reply. To recap: lets say I created a site via Frappe-Manager and added my custom app I want to develop a new...

@Xieyt Thanks a lot! That was exactly what I needed! 👍