I am using a FullAuditedEntity in a background job. I need to save the entity several times in the process its a long running job. but I am getting exceptions due to concurrency stamp mismatch. I need to disable the concurrency stamp check built in the abp framework. How can I do this?
P.S. I am using mongodb.
I want to save the entity regardless of concurrency stamp check