Skip to content

Commit

Permalink
Allow disabling autosync
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Vasileiou committed Apr 15, 2024
1 parent 1484276 commit 0f1ad5a
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 181 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#####################
### builder image ###

FROM node:20.11.1-alpine as builder
FROM node:20.12.2-alpine as builder

ARG USER_ID
ARG GROUP_ID
Expand Down
3 changes: 3 additions & 0 deletions config/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ settings:
# passed. After an hour, content will be re-fetched and re-cached with
# fresh data. Lower this value if you need more frequent updates. e.g.
# TX__SETTINGS__AUTOSYNC_MIN=15
# ---
# To disable autosync, set to zero, e.g.
# TX__SETTINGS__AUTOSYNC_MIN=0
autosync_min: 60

# A jitter to add to autosync functionality to randomly
Expand Down
Loading

0 comments on commit 0f1ad5a

Please sign in to comment.