Wonach suchst Du?
What are you looking for?

Configure Async Queue Processor Start Delay (Async_InitDelayMillis)

Overview

Allows to control when the asynchronous queue processors are started after starting the app server.

Example

Set wait time after starting the app server to 1 second:

  update ad_sysconfig
  set value='10000'
  where name='de.metas.async.Async_InitDelayMillis'

View source file on GitHub.com