Skip to content

Commit

Permalink
修改并发的参数
Browse files Browse the repository at this point in the history
  • Loading branch information
laochunyu committed Jan 23, 2017
1 parent 6be9966 commit f4824a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
30 changes: 0 additions & 30 deletions README.txt

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/com/wolfbe/distributedid/ServerStartup.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public static void main(String[] args) {
// 启动Http服务器
final HttpServer httpServer = new HttpServer(snowFlake);
httpServer.init();
// httpServer.start();
httpServer.start();

// 启动Sdk服务器
final SdkServer sdkServer = new SdkServer(snowFlake);
Expand Down

0 comments on commit f4824a1

Please sign in to comment.