view OrthancServer/Resources/Samples/Lua/Autorouting.lua @ 6262:dbfcecfb5f60

increased parallelism by making auditLogHandlersMutex_ a read-writer lock
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 11 Aug 2025 08:25:31 +0200
parents d25f4c0fa160
children
line wrap: on
line source

function OnStoredInstance(instanceId, tags, metadata)
   Delete(SendToModality(instanceId, 'sample'))
end