post_auth_delay Developer Parameter

Type: integer
Default: 0 (0s)
Min: 0 (0s)
Max: 2147 (2147s)
Unit: seconds (s)
Context: backend
Restart: false

The amount of time to delay when a new server process is started, after it conducts the authentication procedure. This is intended to give developers an opportunity to attach to the server process with a debugger. If this value is specified without units, it is taken as seconds. A value of zero (the default) disables the delay. This parameter cannot be changed after session start.

Recommendations

Primarily used for attaching debuggers to sessions.

Comments