mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-30 09:29:58 -07:00
revert framerate change
This commit is contained in:
committed by
Cooper Quintin
parent
983867c2a6
commit
856374c05a
@@ -15,7 +15,7 @@ use tokio_util::task::TaskTracker;
|
||||
|
||||
use include_dir::{Dir, include_dir};
|
||||
|
||||
const REFRESH_RATE: u64 = 100; //how often in milliseconds to refresh the display
|
||||
const REFRESH_RATE: u64 = 1000; //how often in milliseconds to refresh the display
|
||||
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct Dimensions {
|
||||
|
||||
Reference in New Issue
Block a user