Skip to content

Commit

Permalink
Aditya: Settings Cached
Browse files Browse the repository at this point in the history
  • Loading branch information
kb0304 committed Oct 21, 2019
1 parent 4d21ab2 commit 43c51af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings/client/lib/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { settings } from '../../lib/settings';
settings.cachedCollection = new CachedCollection({
name: 'public-settings',
eventType: 'onAll',
userRelated: false,
userRelated: true,
listenChangesForLoggedUsersOnly: true,
});

Expand Down

0 comments on commit 43c51af

Please sign in to comment.