Skip to content

Commit

Permalink
Decreate time between syncthing fulll scans from 1h to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
Cabecinha84 committed Jan 5, 2024
1 parent 69798b0 commit a080a90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ZelBack/src/services/appsService.js
Original file line number Diff line number Diff line change
Expand Up @@ -10229,6 +10229,7 @@ async function syncthingApps() {
devices,
paused: false,
type: 'sendreceive',
rescanIntervalS: 1800,
};
const syncFolder = allFoldersResp.data.find((x) => x.id === id);
if (containerDataFlags.includes('r') || containerDataFlags.includes('g')) {
Expand Down Expand Up @@ -10390,6 +10391,7 @@ async function syncthingApps() {
devices,
paused: false,
type: 'sendreceive',
rescanIntervalS: 1800,
};
const syncFolder = allFoldersResp.data.find((x) => x.id === id);
if (containerDataFlags.includes('r') || containerDataFlags.includes('g')) {
Expand Down

0 comments on commit a080a90

Please sign in to comment.