diff options
| author | Luck <git@lucko.me> | 2018-05-30 15:56:37 +0100 |
|---|---|---|
| committer | Luck <git@lucko.me> | 2018-05-30 15:56:37 +0100 |
| commit | 46b5064045f631ff66ed4a144bed6919e069bbbd (patch) | |
| tree | d5aa10b4d7dd3289ba45abd74303ed6bcb4b46a4 /bungeecord | |
| parent | f7c84b3ced3b079f33517f360414b406658a2a72 (diff) | |
| download | spark-46b5064045f631ff66ed4a144bed6919e069bbbd.tar.gz spark-46b5064045f631ff66ed4a144bed6919e069bbbd.tar.bz2 spark-46b5064045f631ff66ed4a144bed6919e069bbbd.zip | |
Set a max size for the worker pool, replace synchronization with concurrent collections & a phaser
Diffstat (limited to 'bungeecord')
| -rw-r--r-- | bungeecord/src/main/resources/bungee.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bungeecord/src/main/resources/bungee.yml b/bungeecord/src/main/resources/bungee.yml index cfcac19..c73244d 100644 --- a/bungeecord/src/main/resources/bungee.yml +++ b/bungeecord/src/main/resources/bungee.yml @@ -1,5 +1,5 @@ name: spark -version: 1.0.2 +version: 1.0.3 description: ${project.description} author: Luck, sk89q main: me.lucko.spark.bungeecord.SparkBungeeCordPlugin |
