strip away the stdout counter
This commit is contained in:
parent
5c3690d72a
commit
1db13c89c6
2 changed files with 2 additions and 17 deletions
|
|
@ -6,7 +6,6 @@ pub const WEB_HOST: &str = "127.0.0.1:3000";
|
|||
pub const IMAGE_SAVE_INTERVAL: Duration = Duration::from_secs(5);
|
||||
pub const JPEG_UPDATE_INTERVAL: Duration = Duration::from_millis(17);
|
||||
pub const WEB_UPDATE_INTERVAL: Duration = Duration::from_millis(50);
|
||||
pub const STDOUT_STATISTICS_INTERVAL: Duration = Duration::from_millis(5000);
|
||||
|
||||
pub const HELP_TEXT: &[u8] = b"Flurry is a pixelflut implementation, this means you can use commands to get and set pixels in the canvas
|
||||
SIZE returns the size of the canvas
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue