Skip to content

Commit

Permalink
docs: update batch tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschubek committed Oct 29, 2024
1 parent a3ef7cb commit f36adb0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/docs/configuration/download-count.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@ sidebar_position: 1
# Download Counter

Download count tracks the number of times a file has been downloaded/visited/opened. It will be saved in a persistent redis database (`-v redissave:/var/lib/redis/`).
Folders will not be tracked.
Folders itself will not be tracked. In [batch downloads](batch.mdx) the download count will intuitively be increased for each (nested) file in the batch.

Files are tracked based on their (full) file path. Therefore renaming a file will change/reset the download count.

:::info
[Batch downloaded](batch.mdx) files are not currently being tracked.
:::

import EnvConfig from '@site/src/components/EnvConfig';

Expand Down

0 comments on commit f36adb0

Please sign in to comment.