Skip to content

Commit

Permalink
Make library scan run once a day rather than every hour (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-j-green authored Nov 29, 2023
1 parent 7e4fccb commit 688af16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gaseous-server/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@
);
ProcessQueue.QueueItems.Add(new ProcessQueue.QueueItem(
ProcessQueue.QueueItemType.LibraryScan,
60,
1440,
new List<ProcessQueue.QueueItemType>
{
ProcessQueue.QueueItemType.OrganiseLibrary,
Expand Down

0 comments on commit 688af16

Please sign in to comment.