Skip to content

Commit

Permalink
[drop] disable s3 listing on server start
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshadfield committed Oct 4, 2023
1 parent 77635a5 commit 5a33a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metaSources.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const Groups = (() => {
updateKnownDatasetsAndNarratives,
1000 * 60 * 60 * 6 // 6 hours
);
updateKnownDatasetsAndNarratives(); // initial collection on server start
// updateKnownDatasetsAndNarratives(); // initial collection on server start

class MetaGroupSource {
constructor(user) {
Expand Down

0 comments on commit 5a33a9e

Please sign in to comment.