Rename default timeout comment

This commit is contained in:
Juan Cruz Linsalata 2021-05-21 15:30:40 -03:00 committed by GitHub
parent 23fef3dc13
commit c17245bee5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ index 85d2197a..1294495d 100644
* Time before users are disconnected due to no network activity. * Time before users are disconnected due to no network activity.
*/ */
- private int timeout = 30000; - private int timeout = 30000;
+ // FlameCord - Default timeout to 10000 + // FlameCord - Modify default timeout
+ private int timeout = 10000; + private int timeout = 10000;
/** /**
* UUID used for metrics. * UUID used for metrics.