= Updated core documentation quickly

This commit is contained in:
Matthew Cech
2019-03-30 14:26:21 -07:00
parent a01c952d25
commit 3c5f168628
9 changed files with 27 additions and 32 deletions
+2 -4
View File
@@ -31,10 +31,8 @@ public class DatabaseManager
driver.Connect();
}
// Thumbs through registered objects and syncs them with the database.
// TODO(wisp) Right now this just syncs on the main thread, but we will
// want to have upkeep commands queue up for a dedicated database thread
// in the future to offload the wait times.
// Thumbs through registered objects and syncs them with the database.
// Consider moving this operation to a separate thread.
public void Upkeep()
{
for(int i = 0 ; i < trackedObjects.size(); ++i)