mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fixed typo [#CLICKHOUSE-2].
This commit is contained in:
parent
6a4460c69f
commit
1daf11153a
@ -372,7 +372,7 @@ int Server::main(const std::vector<std::string> & args)
|
||||
[&](ConfigurationPtr config) { global_context->setUsersConfig(config); },
|
||||
/* already_loaded = */ false);
|
||||
|
||||
/// Limit on total number of coucurrently executed queries.
|
||||
/// Limit on total number of concurrently executed queries.
|
||||
global_context->getProcessList().setMaxSize(config().getInt("max_concurrent_queries", 0));
|
||||
|
||||
/// Setup protection to avoid accidental DROP for big tables (that are greater than 50 GB by default)
|
||||
|
Loading…
Reference in New Issue
Block a user