Skip to content

Commit c97a8a4

Browse files
authored
Merge pull request #79 from maozhen520/task/trigger-interval-1s
Change trigger interval to 1s.
2 parents 092d592 + 3b2ac9c commit c97a8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/zhongan/devpilot/constant/DefaultConst.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ private DefaultConst() {
5252

5353
public static final boolean REQUEST_ENCODING_ON = true;
5454

55-
public static final int COMPLETION_TRIGGER_INTERVAL = 500;
55+
public static final int COMPLETION_TRIGGER_INTERVAL = 1000;
5656

5757
}

0 commit comments

Comments
 (0)