autocommit 2022-02-06 20:12:09 CET
This commit is contained in:
parent
3f50b0c75e
commit
96038f49bc
18 changed files with 60 additions and 90 deletions
|
|
@ -47,10 +47,6 @@ impl OutBuffer {
|
|||
pub fn is_full(&self) -> bool {
|
||||
self.write_pos > BUF_SIZE
|
||||
}
|
||||
|
||||
pub fn len(&self) -> usize {
|
||||
self.write_pos
|
||||
}
|
||||
}
|
||||
|
||||
const LIMIT_PENDING: usize = 10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue