Skip to content

Commit eaf1cb7

Browse files
committed
misc: comment useless stuff for now
Signed-off-by: Anthony Griffon <[email protected]>
1 parent d23b17d commit eaf1cb7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/roster/src/application/server/handle.rs

+2
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,10 @@ impl Handler {
121121

122122
let hash = cmd.hash_key();
123123

124+
/*
124125
let is_in_slot =
125126
hash.map(|hash| ctx.is_in_slot(hash)).unwrap_or(true);
127+
*/
126128
let is_in_slot = true;
127129

128130
if !is_in_slot {

app/roster/src/application/server/server_thread.rs

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ impl ServerMonoThreadedHandle {
6666
)?;
6767

6868
let shard = Rc::new(self.dial.shard);
69+
6970
// We initialize the listener on the TCP for this thread.
7071
loop {
7172
// TODO(@miaxos): Check cancellation

0 commit comments

Comments
 (0)