TheLastBanana / BrawlBracket

A webapp to simplify running Brawlhalla tournaments through Challonge!
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Investigate Problems In Tournament Gen Related to Database Callbacks #37

Open kuzi117 opened 8 years ago

kuzi117 commented 8 years ago

Match generation for tournaments causes a significant amount of callbacks for the database. We should investigate the value of changing the temporary use of match.winner to generate brackets to a variable we don't consider for callbacks as well as temporarily disabling callbacks and doing a batch write when we're done.

kuzi117 commented 8 years ago

match.teams is also set here.