mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'master' into 'master'
Change timeout to 20s See merge request veloren/veloren!44 Former-commit-id: d2d90a870a7a429f6e0bdee86e1b0c95d362840d
This commit is contained in:
commit
cacb1855fd
@ -26,7 +26,7 @@ use common::{
|
||||
msg::{ClientMsg, ServerMsg},
|
||||
};
|
||||
|
||||
const SERVER_TIMEOUT: f64 = 5.0; // Seconds
|
||||
const SERVER_TIMEOUT: f64 = 20.0; // Seconds
|
||||
|
||||
pub enum Event {
|
||||
Chat(String),
|
||||
|
@ -25,7 +25,7 @@ use threadpool::ThreadPool;
|
||||
use vek::*;
|
||||
use world::World;
|
||||
|
||||
const CLIENT_TIMEOUT: f64 = 5.0; // Seconds
|
||||
const CLIENT_TIMEOUT: f64 = 20.0; // Seconds
|
||||
|
||||
pub enum Event {
|
||||
ClientConnected { entity: EcsEntity },
|
||||
|
Loading…
Reference in New Issue
Block a user