Revert "Revert "Give user 48ms to read each character of a PAM message, earlier it was 16ms""
I mean't to attach that to the bug not revert it.
This reverts commit 23a9fb0314
.
This commit is contained in:
parent
d24abab4a8
commit
b00a1d6b7f
@ -35,8 +35,8 @@ const ALLOWED_FAILURES_KEY = 'allowed-failures';
|
|||||||
const LOGO_KEY = 'logo';
|
const LOGO_KEY = 'logo';
|
||||||
const DISABLE_USER_LIST_KEY = 'disable-user-list';
|
const DISABLE_USER_LIST_KEY = 'disable-user-list';
|
||||||
|
|
||||||
// Give user 16ms to read each character of a PAM message
|
// Give user 48ms to read each character of a PAM message
|
||||||
const USER_READ_TIME = 16
|
const USER_READ_TIME = 48
|
||||||
|
|
||||||
const MessageType = {
|
const MessageType = {
|
||||||
NONE: 0,
|
NONE: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user