Skip to content

Instantly share code, notes, and snippets.

@musale
Created March 12, 2018 08:54
Show Gist options
  • Save musale/24bca86878c951b851263cad189fea30 to your computer and use it in GitHub Desktop.
Save musale/24bca86878c951b851263cad189fea30 to your computer and use it in GitHub Desktop.
include "secure"
fixedConnectionPool = 5
repository.dispatcher {
executor = "thread-pool-executor"
throughput = 1
thread-pool-executor {
fixed-pool-size = ${fixedConnectionPool}
}
}
play.filters.hosts {
allowed = ["."]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment