Minor changes

Former-commit-id: 39beb7858926cb62a1f2d0db5c74e71c804c5962
This commit is contained in:
Joshua Barretto 2019-03-19 19:53:35 +00:00
parent 3214164070
commit 26906d8674
2 changed files with 1 additions and 3 deletions

View File

@ -54,8 +54,6 @@ impl Client {
let state = State::new();
let mut postbox = PostBox::to_server(addr)?;
postbox.send(ClientMsg::Chat(String::from("Hello, world!")));
postbox.send(ClientMsg::Chat(String::from("World, hello!")));
Ok(Self {
thread_pool: threadpool::Builder::new()

View File

@ -3,7 +3,7 @@ use log::info;
use server::{Input, Event, Server};
use common::clock::Clock;
const TPS: u64 = 20;
const TPS: u64 = 30;
fn main() {
// Init logging