You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Merge branch 'develop-1.2' into develop-merge-up-20190425
This commit is contained in:
@ -45,7 +45,7 @@ namespace
|
||||
{
|
||||
// Minimum time to wait for a condition, so as to periodically wake up and
|
||||
// check the global job status, to see if the job needs to terminate.
|
||||
const int COND_WAIT_SECONDS = 3;
|
||||
const int COND_WAIT_SECONDS = 1;
|
||||
}
|
||||
|
||||
namespace WriteEngine
|
||||
|
Reference in New Issue
Block a user