Update README and CHANGELOG

This commit is contained in:
ErickSkrauch 2020-04-26 17:55:02 +03:00
parent 436d98e1a0
commit 30c095525c
2 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -100,8 +100,8 @@ docker-compose up -d app
<tr>
<td>QUEUE_STRATEGY</td>
<td>
Sets the strategy for batch Mojang UUIDs provider queue. Allowed values are <code>periodic</code> and
<code>full-bus</code> (see <a href="https://github.com/elyby/chrly/issues/24">#24</a>).
Sets the strategy for the queue in the batch provider of Mojang UUIDs. Allowed values are <code>periodic</code>
and <code>full-bus</code> (see <a href="https://github.com/elyby/chrly/issues/24">#24</a>).
</td>
<td><code>periodic</code></td>
</tr>