diff --git a/CHANGELOG.md b/CHANGELOG.md index 141ee2b..4c6ced5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - xxxx-xx-xx ### Added -- [#24](https://github.com/elyby/chrly/issues/24): Added a new batch Mojang UUIDs provider strategy `full-bus` and - corresponding configuration param `QUEUE_STRATEGY` with the default value `periodic`. +- [#24](https://github.com/elyby/chrly/issues/24): Implemented a new strategy for the queue in the batch provider of + Mojang UUIDs: `full-bus`. +- A new configuration param `QUEUE_STRATEGY` with the default value `periodic`. ### Changed - `ely.skinsystem.{hostname}.app.mojang_textures.usernames.round_time` timer will not be recorded if the iteration was diff --git a/README.md b/README.md index df12620..95e7dcc 100644 --- a/README.md +++ b/README.md @@ -100,8 +100,8 @@ docker-compose up -d app
periodic
and
- full-bus
(see #24).
+ Sets the strategy for the queue in the batch provider of Mojang UUIDs. Allowed values are periodic
+ and full-bus
(see #24).
periodic