print waittime

This commit is contained in:
teldra 2019-11-24 08:29:40 +01:00
parent 37e9cd65f0
commit dfa8037312
2 changed files with 1 additions and 1758 deletions

1758
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -82,6 +82,7 @@ impl<T: Read + Write + imap::extensions::idle::SetReadTimeout> Connection<T> {
}
wait *= 2;
println!("waittime: {}", wait);
}
}