|
@@ -35,7 +35,7 @@ public class StreamTaskExecutor implements ApplicationRunner {
|
|
|
@Autowired
|
|
|
SyncExamDataExecutor syncExamDataExecutor;
|
|
|
|
|
|
- private static Integer DEFAULT_GAIN_EXAM_DATA_EXECUTOR_SLEEP_SECONDS = 30;
|
|
|
+ private static Integer DEFAULT_GAIN_EXAM_DATA_EXECUTOR_SLEEP_SECONDS = 0;
|
|
|
private static Integer DEFAULT_HAND_IN_EXAM_EXECUTOR_SLEEP_SECONDS = 5 * 60;
|
|
|
private static Integer DEFAULT_AFTER_HAND_IN_EXAM_EXECUTOR_SLEEP_SECONDS = 5;
|
|
|
private static Integer DEFAULT_SYNC_EXAM_DATA_EXECUTOR_SLEEP_SECONDS = 5;
|