Skip to content

Instantly share code, notes, and snippets.

@garystafford
Last active September 23, 2022 17:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garystafford/1329b1bbb6c4a7e4fd5cfcfd451b4dd0 to your computer and use it in GitHub Desktop.
Save garystafford/1329b1bbb6c4a7e4fd5cfcfd451b4dd0 to your computer and use it in GitHub Desktop.
[SALES]
# minimum sales frequency in seconds (debug with 1, typical min. 120)
min_sale_freq = 2
# maximum sales frequency in seconds (debug with 3, typical max. 300)
max_sale_freq = 5
# number of transactions to generate
number_of_sales = 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment