From b8bb816d72217c1afdb18858481db737e52a4e7f Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 7 Mar 2021 10:47:42 -0700 Subject: don't waste time blocking for no reason --- src/world.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/world.rs') diff --git a/src/world.rs b/src/world.rs index 1fbc4fe..a3260a2 100644 --- a/src/world.rs +++ b/src/world.rs @@ -6,7 +6,7 @@ use uuid::Uuid; use crate::actor::{Actorful, Value, Slot}; -const CHANNEL_SIZE: usize = 5; +const CHANNEL_SIZE: usize = 1; pub struct ActorThreadId(Uuid); -- cgit v1.2.3