mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
libbase/progress: reduce to 40 HASHES_PER_LINE.
This commit is contained in:
parent
52d7f59af5
commit
497413664e
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
#include <progress.h>
|
||||
|
||||
#define FILESIZE_MAX 100000000
|
||||
#define HASHES_PER_LINE 60
|
||||
#define HASHES_PER_LINE 40
|
||||
|
||||
static int printed;
|
||||
static int progress_max;
|
||||
|
|
Loading…
Reference in a new issue