Skip to content

Commit

Permalink
Merge pull request #57 from CS3219-AY2425S1/ui-update
Browse files Browse the repository at this point in the history
I WILL FIX THEM ALL
  • Loading branch information
guowei42 authored Nov 13, 2024
2 parents d03a14c + f8c6836 commit a5bb719
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/chat-service/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const io = new Server(server, {
"Origin, X-Requested-With, Content-Type, Accept, Authorization, Cookie",
credentials: true,
},
pingTimeout: 300000,
pingInterval: 100000
});

io.on("connection", (socket) => {
Expand Down
2 changes: 2 additions & 0 deletions server/collaboration-service/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ const io = new Server(server, {
"Origin, X-Requested-With, Content-Type, Accept, Authorization, Cookie",
credentials: true,
},
pingTimeout: 300000,
pingInterval: 100000
});

io.on("connection", (socket) => {
Expand Down

0 comments on commit a5bb719

Please sign in to comment.