diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/utils.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/utils.py b/core/utils.py index 5b1599b..8bb7c2a 100644 --- a/core/utils.py +++ b/core/utils.py @@ -33,15 +33,15 @@ save_carefully() - core function that saves troggle objects in the database various git add/commit functions that need refactoring together +NOTE that TROG is not serialized! Two users can update it and conflict !! +This needs to be in a multi-user database with transactions. + ''' TROG = { 'pagecache' : { 'expedition' : {} }, - 'issues' : { - 'logdataissues' : {} - }, 'caves' : { 'gcavelookup' : {}, 'gcavecount' : {} |