This commit is contained in:
2020-05-02 15:22:27 +00:00
parent 66f3d90efb
commit 9df1252cd6

View File

@@ -26,6 +26,7 @@ todo: add query fail logging to datalist just like done with picklist so in prod
TODO: BizRoles.cs seems to get hammered on every single request, is it efficient?
- Why is it not cached in some way?
- Look into Lazy initialization (i.e. private static readonly Lazy<IDictionary<string, string>> mappings ....etc)
todo: consider renaming ConcurrencyToken to a shorter string?