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:
parent
6d63f4554c
commit
5d785c9397
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user