Skip to content

Commit c50b70f

Browse files
enarhiIsakNaslundBh
authored andcommitted
Change to excluding caching
Co-authored-by: Isak Näslund <[email protected]>
1 parent 896f385 commit c50b70f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RAM_Adapter/RAMAdapter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public RAMAdapter(string filePath = "", bool active = false)
5252
SetupDependencies();
5353
SetupComparers();
5454

55-
m_AdapterSettings.UseAdapterId = false;
55+
m_AdapterSettings.CacheCRUDobjects = false;
5656

5757
m_Application = null;
5858
m_Application = new RamDataAccess1();

0 commit comments

Comments
 (0)