Skip to content

Commit

Permalink
Update Darwin.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
A-F-V committed Jul 5, 2023
1 parent 791cff1 commit dd9bd53
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/plugins/Darwin/Darwin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,12 @@ export default class DarwinPlugin extends ArcanaPluginBase {
this.setting =
this.arcana.settings.PluginSettings['Darwin'] ?? DEFAULT_SETTINGS;

// Get lits of all tags periodically
// Get lists of all tags periodically
// TODO: Just add tags heuristicly after initial load
this.arcana.registerInterval(
window.setInterval(async () => {
await this.getAllTagsInVault();
}, 1000 * 45)
}, 1000 * 60)
);

await this.getAllTagsInVault().then(() => {
Expand Down

0 comments on commit dd9bd53

Please sign in to comment.