Skip to content
  • Kevin Whitaker's avatar
    Stop using pointers from DB as storage mechanism. Start storing copies of the... · cb5b2f7a
    Kevin Whitaker authored
    Stop using pointers from DB as storage mechanism. Start storing copies of the object itself. Use commits after methods are done with transaction to hopefully help with DB issues. Don't use map because it requires too much about the key object I don't need. Add boolean that prevents vote end from being called constantly during it's 3 second window.
    cb5b2f7a