Skip to content

Instantly share code, notes, and snippets.

@thinhdanggroup
Created April 2, 2020 10:08
Show Gist options
  • Save thinhdanggroup/3d5818690c9d07bafce0c5a780a8e7dc to your computer and use it in GitHub Desktop.
Save thinhdanggroup/3d5818690c9d07bafce0c5a780a8e7dc to your computer and use it in GitHub Desktop.
Config Executors
type Config struct {
ReqPerSeconds int
QueueSize int
NumWorkers int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment