Skip to content

Commit

Permalink
Temporary turn off caching system
Browse files Browse the repository at this point in the history
  • Loading branch information
IsakNaslundBh authored and Fraser Greenroyd committed Mar 28, 2023
1 parent d2dece5 commit 4b87ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MidasCivil_Adapter/MidasCivilAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public MidasCivilAdapter(string filePath, bool active = false, string version =
if (active)
{
AdapterIdFragmentType = typeof(MidasCivilId);

this.m_AdapterSettings.CacheCRUDobjects = false;
Modules.Structure.ModuleLoader.LoadModules(this);

AdapterComparers = new Dictionary<Type, object>
Expand Down

0 comments on commit 4b87ff5

Please sign in to comment.