dont reload schema cache for event deliveries (#453)

This commit is contained in:
Tirumarai Selvan 2018-09-14 18:13:42 +05:30 committed by Shahidh K Muhammed
parent dec29da545
commit f94de38e4c

View File

@ -237,4 +237,4 @@ instance HDBQuery DeliverEventQuery where
type Phase1Res DeliverEventQuery = ()
phaseOne _ = adminOnly
phaseTwo q _ = deliverEvent q
schemaCachePolicy = SCPReload
schemaCachePolicy = SCPNoChange