mirror of
https://github.com/Qortal/q-tube.git
synced 2025-02-11 17:55:51 +00:00
increase to 3 mins
This commit is contained in:
parent
e12e62af6d
commit
5e211737b0
@ -48,7 +48,7 @@ export function isTimestampWithinRange(resTimestamp, resCreated) {
|
||||
var difference = Math.abs(resTimestamp - resCreated);
|
||||
|
||||
// 2 minutes in milliseconds
|
||||
var twoMinutesInMilliseconds = 2 * 60 * 1000;
|
||||
var twoMinutesInMilliseconds = 3 * 60 * 1000;
|
||||
|
||||
// Check if the difference is within 2 minutes
|
||||
return difference <= twoMinutesInMilliseconds;
|
||||
|
Loading…
x
Reference in New Issue
Block a user