Resolved Conflicts.
This commit is contained in:
@@ -265,7 +265,7 @@ public class AppointmentDao {
|
||||
}
|
||||
|
||||
// Wait before the next polling attempt
|
||||
Thread.sleep(TimeUnit.MINUTES.toMillis(1));
|
||||
Thread.sleep(TimeUnit.MINUTES.toMillis(15));
|
||||
|
||||
} catch (InterruptedException e) {
|
||||
log.warn("Polling task interrupted for applicationId: {}", application.getId());
|
||||
|
||||
Reference in New Issue
Block a user