diff src/heartbeat.js.luan @ 92:c41e200c3e76

try to fix lost posts
author Franklin Schmidt <fschmidt@gmail.com>
date Mon, 31 Mar 2025 15:43:14 -0600
parents 3053a4fc10be
children
line wrap: on
line diff
--- a/src/heartbeat.js.luan	Sun Mar 16 20:32:10 2025 -0600
+++ b/src/heartbeat.js.luan	Mon Mar 31 15:43:14 2025 -0600
@@ -34,7 +34,7 @@
 	local last_update = Http.request.parameters.last_update or error()
 	last_update = to_number(last_update) or error(last_update)
 	local user_last_update = user.last_update()
-	if time_now() - user_last_update > 70000 and last_update < user_last_update then
+	if time_now() - user_last_update > 10000 and last_update < user_last_update then
 		logger.info "update"
 %>
 		location = '/';