Skip to content

Commit

Permalink
Delete .idea folder from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Smagin committed Feb 9, 2019
1 parent 5cb691f commit e48dcc0
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 26 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,11 @@
/.classpath
/.project
/.settings
/.idea/workspace.xml
# Ignore common editor swap files
*.swp
*.bak
*~
*~

#ignore idea workspace file and idea module files
*.iml
.idea/workspace.xml
.idea
1 change: 0 additions & 1 deletion .idea/.name

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/codeStyleSettings.xml

This file was deleted.

3 changes: 0 additions & 3 deletions .idea/copyright/profiles_settings.xml

This file was deleted.

5 changes: 0 additions & 5 deletions .idea/scopes/scope_settings.xml

This file was deleted.

5 changes: 4 additions & 1 deletion common/src/main/java/com/turn/ttorrent/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,12 @@
* Time: 2:57 PM
*/
public class Constants {



public static final int DEFAULT_ANNOUNCE_INTERVAL_SEC = 15;

public final static int DEFAULT_SOCKET_CONNECTION_TIMEOUT_MILLIS = 100000;
public static final int DEFAULT_SOCKET_CONNECTION_TIMEOUT_MILLIS = 100000;
public static final int DEFAULT_CONNECTION_TIMEOUT_MILLIS = 10000;

public static final int DEFAULT_MAX_CONNECTION_COUNT = 100;
Expand Down

0 comments on commit e48dcc0

Please sign in to comment.