Skip to content
Commit cb5b2f7a authored by Kevin Whitaker's avatar Kevin Whitaker
Browse files

Stop using pointers from DB as storage mechanism. Start storing copies of the...

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.
parent 75c87c41
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment