Skip to content

Commit 0603160

Browse files
committed
save
1 parent a982204 commit 0603160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

be/src/agent/task_worker_pool.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ void add_task_count(const TAgentTaskRequest& task, int n) {
501501
if (n > 0) {
502502
// only count fragment when task is actually starting
503503
doris::g_fragment_executing_count << 1;
504-
int64 now = duration_cast<std::chrono::milliseconds>(
504+
int64_t now = duration_cast<std::chrono::milliseconds>(
505505
std::chrono::system_clock::now().time_since_epoch())
506506
.count();
507507
g_fragment_last_active_time.set_value(now);

0 commit comments

Comments
 (0)