mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-16 03:12:43 +00:00
Fix checkTimeLimit definition.
This commit is contained in:
parent
6c7305e447
commit
efe8df1b46
@ -29,7 +29,7 @@ public:
|
||||
void throttle(size_t read_rows, size_t read_bytes, size_t total_rows_to_read, UInt64 total_elapsed_microseconds,
|
||||
OverflowMode timeout_overflow_mode) const;
|
||||
|
||||
bool checkTimeLimit(const Stopwatch & stopwatch, OverflowMode overflow_mode) const;
|
||||
bool checkTimeLimit(const UInt64 & elapsed_ns, OverflowMode overflow_mode) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user