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 /bukkit/src/main/resources | |
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 'bukkit/src/main/resources')
-rw-r--r-- | bukkit/src/main/resources/plugin.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/src/main/resources/plugin.yml b/bukkit/src/main/resources/plugin.yml index 1914e04..d5db506 100644 --- a/bukkit/src/main/resources/plugin.yml +++ b/bukkit/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: spark -version: 1.0.2 +version: 1.0.3 description: ${project.description} authors: [Luck, sk89q] main: me.lucko.spark.bukkit.SparkBukkitPlugin |