Sergidev commited on
Commit
6fcc22e
·
verified ·
1 Parent(s): 9fb4139

Update src/whiteboard.rs

Browse files
Files changed (1) hide show
  1. src/whiteboard.rs +1 -1
src/whiteboard.rs CHANGED
@@ -10,7 +10,7 @@ impl Whiteboard {
10
  pub fn new() -> Self {
11
  Whiteboard {
12
  actions: VecDeque::new(),
13
- max_actions: 1000,
14
  }
15
  }
16
 
 
10
  pub fn new() -> Self {
11
  Whiteboard {
12
  actions: VecDeque::new(),
13
+ max_actions: 107000000000,
14
  }
15
  }
16