From 46b5064045f631ff66ed4a144bed6919e069bbbd Mon Sep 17 00:00:00 2001 From: Luck Date: Wed, 30 May 2018 15:56:37 +0100 Subject: Set a max size for the worker pool, replace synchronization with concurrent collections & a phaser --- bukkit/src/main/resources/plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bukkit/src/main/resources') 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 -- cgit