Execution Options - groupon/odo GitHub Wiki

In addition to the ports, here are the additional options you can use to configure Odo. These can be configured by setting an environment variable with the desired value before startup

  • ODO_DISABLE_HISTORY: disable logging of request history. Set to 1
  • ODO_DB_POOL_SIZE: set the database pool size. This should be set above your anticipated maximum concurrency. Default is 20.