Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sisilicon
GitHub Repository: sisilicon/worldedit-be
Path: blob/master/src/library/configurations.ts
1782 views
1
export const configuration = {
2
prefix: "+", //Default custom command prefix
3
multiThreadingEnabled: true, // Whether multithreading is enabled, if not, any created threads are processed immediately
4
multiThreadingTimeBudget: 32, // How long (in milliseconds) active threads are allowed to run before pausing a bit
5
};
6
7