Skip to content

Commit

Permalink
use u64
Browse files Browse the repository at this point in the history
  • Loading branch information
JackTan25 committed Oct 11, 2023
1 parent 2d6f76a commit 4e98a38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
use std::collections::HashMap;
use std::sync::Arc;
use std::time::Instant;
use std::u32::MAX;
use std::u64::MAX;

use common_base::runtime::GlobalIORuntime;
use common_exception::ErrorCode;
Expand Down

0 comments on commit 4e98a38

Please sign in to comment.