减少启动后更新的检查时间...

Signed-off-by: 502647092 <jtb1@163.com>
dev
502647092 2016-02-27 14:07:27 +08:00
parent 0f5db3a293
commit c996cc43dd
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ public class YumAPI {
sender.sendMessage("§6[§bYum§6]§e自动更新: §a发现 §e" + ulist.size() + " §a个可更新插件 请使用 §b/yum ua §a更新所有插件!");
}
}
}, 100);
}, 60);
}
/**