notification.notifyLowPointUser(author, timer);
//Starts email timer - not active user
notification.notifyNotTooActive(author, timer);
//notification.notifyFastestUser(author, timer);
}
check_timer=new ReputationForgeCheckTasks();
// Set all timer tasks to False in case the application was restarted
check_timer.setToFalseTimerTasks(timer);
//leave the database time to set the timerset flag to false for all accepted tasks.
try {
Thread.sleep(3*60*1000);