Skip to content

Commit

Permalink
Merge pull request #79 from maozhen520/task/trigger-interval-1s
Browse files Browse the repository at this point in the history
Change trigger interval to 1s.
  • Loading branch information
xiangtianyu authored Aug 20, 2024
2 parents 092d592 + 3b2ac9c commit c97a8a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ private DefaultConst() {

public static final boolean REQUEST_ENCODING_ON = true;

public static final int COMPLETION_TRIGGER_INTERVAL = 500;
public static final int COMPLETION_TRIGGER_INTERVAL = 1000;

}

0 comments on commit c97a8a4

Please sign in to comment.