Reduce message MAX_FAIL_COUNT
This commit is contained in:
parent
218c1e3644
commit
f5cb3b7166
@ -201,7 +201,7 @@ namespace StudySystemClient {
|
||||
private class OutgoingMessage {
|
||||
public uint8[] content { get; private set; }
|
||||
|
||||
private const uint MAX_FAIL_COUNT = 10;
|
||||
private const uint MAX_FAIL_COUNT = 4;
|
||||
|
||||
private uint fail_count;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user