mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-14 15:30:26 +00:00
Dont pre enumerate theories
This commit is contained in:
@@ -107,7 +107,7 @@ in
|
||||
TEST_APPSETTINGS_PATH = testConfigPath;
|
||||
};
|
||||
serviceConfig = {
|
||||
ExecStart = "${testBin} -reporter verbose -parallelAlgorithm aggressive -maxThreads unlimited -preEnumerateTheories";
|
||||
ExecStart = "${testBin} -reporter verbose -parallelAlgorithm aggressive -maxThreads unlimited";
|
||||
DynamicUser = true;
|
||||
Restart = "no";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user