Skip to content

Commit 0e73d83

Browse files
committed
render ping
1 parent a7fe913 commit 0e73d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/application.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ server.tomcat.threads.virtual.enabled=true
55
turn.server.username = ${TURN-UNAME}
66
turn.server.credential = ${TURN-CREDS}
77

8-
app.keepalive.url = http://localhost:8080/ping
8+
app.keepalive.url = https://randomchat-hfta.onrender.com/ping
99

1010
# Close WebSocket sessions if they are idle for 120 seconds (2 minutes)
1111
spring.websocket.server.idle-timeout=120000

0 commit comments

Comments
 (0)