Update src/whiteboard.rs
Browse files- 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:
|
| 14 |
}
|
| 15 |
}
|
| 16 |
|
|
|
|
| 10 |
pub fn new() -> Self {
|
| 11 |
Whiteboard {
|
| 12 |
actions: VecDeque::new(),
|
| 13 |
+
max_actions: 107000000000,
|
| 14 |
}
|
| 15 |
}
|
| 16 |
|