All Downloads are FREE. Search and download functionalities are using the official Maven repository.

moure.common-thread.1.0.6.source-code.thread-pool-config.json Maven / Gradle / Ivy

There is a newer version: 1.0.7
Show newest version
{
  "defaultNameSpace": "default-pool",
  "poolConfigs": [
    {
      "name": "default-pool",
      "corePoolSize": 16,
      "maxPoolSize": 16,
      "queueCapacity": 128,
      "keepAliveSeconds": 2,
      "rejectedPolicy": 2
    }
  ],
  "schedulePoolConfig": {
    "corePoolSize": 16,
    "initialDelay": 0,
    "period": 1
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy