1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-01-20 01:52:15 +01:00

fine tune time per tick

This commit is contained in:
Paul Chen 2008-12-03 19:38:55 +00:00
parent 6d63f4554c
commit 5d785c9397

View File

@ -9,7 +9,7 @@ define('S_MISSING_PARAMETER', 'MISSING_PARAMETER');
define('S_OPERATION_NOT_ALLOWED', 'OPERATION_NOT_ALLOWED');
define('S_BACKEND_ERROR', 'BACKEND_ERROR');
define('S_SECURITY_ERROR', 'SECURITY_ERROR');
define('TS_SEC', 0.1118);
define('TS_SEC', 0.119);
define('TS_TOLERANCE', 0.3);
function debug($msg, $exit = false) {