Skip to content

Append Only Files as Logs Storage And Removal of SQLite3 Dependency

Compare
Choose a tag to compare
@gr0 gr0 released this 17 Nov 15:28
· 10 commits to master since this release

This release brings the append-only files as the storage for logs and removes the dependency on SQLite3 DB as the storage for logs.

This release introduces two new configuration properties:

  • maxOfflineFileSize - the maximum size of a single file used for offline storage (optional, 100000 by default).
  • maxOfflineFiles - the maximum number of files used for offline storage (optional, 10 by default).

This release removes the following configuration property:

  • maxOfflineMessages - no longer and replaced by maxOfflineFileSize and maxOfflineFiles properties.