ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
log_rates.h
Go to the documentation of this file.
1
20#pragma once
21
23#define LOG_RATE_VERY_FAST (100000)
24
26#define LOG_RATE_FAST (1000000)
27
29#define LOG_RATE_NORMAL (3000000)
30
32#define LOG_RATE_DEFAULT (5000000)
33
35#define LOG_RATE_SLOW (10000000)
36