Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.05 KB

plugin_repom.plugin.statistics.generated.md

File metadata and controls

27 lines (18 loc) · 1.05 KB

Statistics

Provides functionality to keep track how may times an action is performed on a given repository. These numbers can be accessed using variable providers. The plugin also contains functionality to use these statistics in orderings.

To use this module, make sure it is enabled in RepoM by opening the menu and navigate to 'Plugins'. After enabling or disabling a plugin, you should restart RepoM.

Configuration

This plugin has specific configuration stored in the following directory %APPDATA%/RepoM/Module/. This configuration file should be edit manually. The safest way to do this is, is when RepoM is not running.

The following default configuration is used:

{
  "Version": 1,
  "Settings": {
    "PersistenceBuffer": "00:05:00",
    "RetentionDays": 30
  }
}

Properties

  • PersistenceBuffer: Timespan for buffered events before making them persistant (i.e. 00:05:00 for five minutes). Must be greater then or equal to 00:00:10 (10 seconds).
  • RetentionDays: Number of days to keep statical information before deleting them.