Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vaas1993 committed Apr 7, 2024
1 parent 5bea602 commit 15d3fbf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/utils/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ private void init() {
if( !queue.containsKey("interval") ) {
queue.put("interval", 1);
}
if( !queue.containsKey("offline-timeout") ) {
queue.put("offline-timeout", 604800);
}
JSONObject security = new JSONObject();
if( data.containsKey("security") ) {
security = data.getJSONObject("security");
Expand Down

0 comments on commit 15d3fbf

Please sign in to comment.