Skip to content

Commit

Permalink
adjusted the interval of prais emails to 3 days
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrdidi committed Aug 14, 2015
1 parent c40d46b commit c75c2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/cron.xml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
<cron>
<url>/agents/notifyUsersAboutPraise</url>
<description>Sends an email to all users that want to get notified about the praise of her photos</description>
<schedule>every 3 hours</schedule>
<schedule>every 3 days</schedule>
</cron>

</cronentries>

0 comments on commit c75c2b6

Please sign in to comment.