Skip to content

Commit

Permalink
refresh users on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Sep 21, 2017
1 parent cde12ab commit 0d9eee0
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ public IEnumerable<TaskTriggerInfo> GetDefaultTriggers()
{
IntervalTicks = TimeSpan.FromDays(1).Ticks,
Type = TaskTriggerInfo.TriggerInterval
},
new TaskTriggerInfo
{
Type = TaskTriggerInfo.TriggerStartup
}
};
}
Expand Down

0 comments on commit 0d9eee0

Please sign in to comment.