Configuration - ArushAnish/fastpath GitHub Wiki
Configuration
Fastpath can be configured via JSON files.
Location
/config/fastpath.json
Example
{
"maxCompilesPerTick": 8,
"hudEnabled": true,
"skipEmptySections": true
}
Fastpath can be configured via JSON files.
/config/fastpath.json
{
"maxCompilesPerTick": 8,
"hudEnabled": true,
"skipEmptySections": true
}