mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
fix comment
This commit is contained in:
parent
c17dc8e284
commit
9a7f70f595
@ -286,7 +286,7 @@ public:
|
||||
void removeTasksCorrespondingToStorage(StorageID id);
|
||||
void wait();
|
||||
|
||||
/// Update
|
||||
/// Update scheduling policy for pending tasks. It does nothing if `new_policy` is the same or unknown.
|
||||
void updateSchedulingPolicy(std::string_view new_policy)
|
||||
requires requires(Queue queue) { queue.updatePolicy(new_policy); } // Because we use explicit template instantiation
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user