Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Document how to disable database cleanups (e.g. on a multi-node system)

...

Name

Type

Default

Description

cleanupInterval 

time in seconds900

Interval in seconds between cleanup runs, when expired entries are swept by a background thread. Set to 0 to disable.

isolationLevel "SERIALIZABLE", "REPEATABLE_READ", "READ_COMMITTED" "READ_UNCOMMITTED"
Transaction isolation level for database access. Defaults to SERIALIZABLE to prevent race conditions while updating records. Reduce at your own risk, as the code is written to assume the guarantees that level provides.

...