Skip to content

maxPoolSize and maxThreadSize should be configurable #1429

Description

@draganpodvezanec-verox

After applying PR
#1427

...we can establish a much larger number of HTTP connections to the local Geoserver pool, and seed many layers in parallel. But there is a limitation on max seeder threads, which is hardcoded:

<!-- Thread pool for seeding -->
  <bean id="gwcSeederThreadPoolExec" 
    class="org.geowebcache.seed.SeederThreadPoolExecutor">
    <constructor-arg value="16"/><!-- Size of core pool -->
    <constructor-arg value="32"/><!-- Maximum size of pool -->
  </bean>

This should be possible to configure using the environment variable.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions