mirror of
https://github.com/elyby/chrly.git
synced 2025-01-08 21:13:56 +05:30
Update README and CHANGELOG
This commit is contained in:
parent
436d98e1a0
commit
30c095525c
@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
## [Unreleased] - xxxx-xx-xx
|
## [Unreleased] - xxxx-xx-xx
|
||||||
### Added
|
### Added
|
||||||
- [#24](https://github.com/elyby/chrly/issues/24): Added a new batch Mojang UUIDs provider strategy `full-bus` and
|
- [#24](https://github.com/elyby/chrly/issues/24): Implemented a new strategy for the queue in the batch provider of
|
||||||
corresponding configuration param `QUEUE_STRATEGY` with the default value `periodic`.
|
Mojang UUIDs: `full-bus`.
|
||||||
|
- A new configuration param `QUEUE_STRATEGY` with the default value `periodic`.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- `ely.skinsystem.{hostname}.app.mojang_textures.usernames.round_time` timer will not be recorded if the iteration was
|
- `ely.skinsystem.{hostname}.app.mojang_textures.usernames.round_time` timer will not be recorded if the iteration was
|
||||||
|
@ -100,8 +100,8 @@ docker-compose up -d app
|
|||||||
<tr>
|
<tr>
|
||||||
<td>QUEUE_STRATEGY</td>
|
<td>QUEUE_STRATEGY</td>
|
||||||
<td>
|
<td>
|
||||||
Sets the strategy for batch Mojang UUIDs provider queue. Allowed values are <code>periodic</code> and
|
Sets the strategy for the queue in the batch provider of Mojang UUIDs. Allowed values are <code>periodic</code>
|
||||||
<code>full-bus</code> (see <a href="https://github.com/elyby/chrly/issues/24">#24</a>).
|
and <code>full-bus</code> (see <a href="https://github.com/elyby/chrly/issues/24">#24</a>).
|
||||||
</td>
|
</td>
|
||||||
<td><code>periodic</code></td>
|
<td><code>periodic</code></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user