Skip to content

Commit 4b87ff5

Browse files
IsakNaslundBhFraser Greenroyd
authored andcommitted
Temporary turn off caching system
1 parent d2dece5 commit 4b87ff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MidasCivil_Adapter/MidasCivilAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public MidasCivilAdapter(string filePath, bool active = false, string version =
5050
if (active)
5151
{
5252
AdapterIdFragmentType = typeof(MidasCivilId);
53-
53+
this.m_AdapterSettings.CacheCRUDobjects = false;
5454
Modules.Structure.ModuleLoader.LoadModules(this);
5555

5656
AdapterComparers = new Dictionary<Type, object>

0 commit comments

Comments
 (0)