-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
GithubNotificationApp/src/main/java/me/ahmadhajjar/GithubNotificationsApp/RepoChecker.java
Lines 32 to 43 in b1bf656
| try { | |
| Thread.sleep(INITIAL_WAIT_TIME); | |
| //noinspection InfiniteLoopStatement | |
| while (true) { | |
| checkReposForOpenPullRequests(); | |
| //noinspection BusyWait | |
| Thread.sleep(ONE_MINUTE); | |
| } | |
| } catch (Throwable e) { | |
| logger.error(e); | |
| } | |
| } |
Metadata
Metadata
Assignees
Labels
No labels