Skip to content

Commit

Permalink
Change to excluding caching
Browse files Browse the repository at this point in the history
Co-authored-by: Isak Näslund <isak.naslund@burohappold.com>
  • Loading branch information
2 people authored and Fraser Greenroyd committed Mar 28, 2023
1 parent 896f385 commit c50b70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RAM_Adapter/RAMAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public RAMAdapter(string filePath = "", bool active = false)
SetupDependencies();
SetupComparers();

m_AdapterSettings.UseAdapterId = false;
m_AdapterSettings.CacheCRUDobjects = false;

m_Application = null;
m_Application = new RamDataAccess1();
Expand Down

0 comments on commit c50b70f

Please sign in to comment.