Skip to content

Commit

Permalink
init upload (#2140)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyu85cn committed May 25, 2020
1 parent 7eaa5fb commit 9859793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/processors/jobMan/JobManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "webservice/Common.h"
#include "common/time/WallClock.h"

DEFINE_int32(dispatch_thread_num, 3, "Number of job dispatch http thread");
DEFINE_int32(dispatch_thread_num, 10, "Number of job dispatch http thread");
DEFINE_int32(job_check_intervals, 5000, "job intervals in us");
DEFINE_double(job_expired_secs, 7*24*60*60, "job expired intervals in sec");

Expand Down

0 comments on commit 9859793

Please sign in to comment.