Vlad Shulman
Vlad Shulman
might be helpful to also make the intermediate outputs of the map step accessible to the caller
@shaggy2626 if you aren't using Redis, I was able to make it work with the following changes based on [this thread](https://github.com/aio-libs-abandoned/aioredis-py/issues/1301): ```diff diff --git a/openlimit/buckets/redis_bucket.py b/openlimit/buckets/redis_bucket.py index eb84428..67e64aa 100644 ---...
@kaiyux would it be possible to provide an example scenario/load profile where using a non-default value for `max_num_tokens` would lead to better results than the default?