generate-alt-random-writes: reduce output size

This commit is contained in:
Daniel Eklöf 2019-09-20 22:39:09 +02:00
parent 4d558d8bed
commit ce4d2a085a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -30,7 +30,7 @@ def main():
cols = term_size.columns
# Number of characters to write to screen
count = 5 * 1024**2
count = 1 * 1024**2
# Characters to choose from
alphabet = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRTSTUVWXYZ0123456789 '