Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow disabling autosync #96

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading