mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-23 05:33:57 -04:00
generate-alt-random-writes: reduce output size
This commit is contained in:
parent
4d558d8bed
commit
ce4d2a085a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ def main():
|
||||||
cols = term_size.columns
|
cols = term_size.columns
|
||||||
|
|
||||||
# Number of characters to write to screen
|
# Number of characters to write to screen
|
||||||
count = 5 * 1024**2
|
count = 1 * 1024**2
|
||||||
|
|
||||||
# Characters to choose from
|
# Characters to choose from
|
||||||
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 '
|
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue