Skip to content
Snippets Groups Projects
Commit 8d313b99 authored by Maciej Krzeminski's avatar Maciej Krzeminski Committed by Bartek Wrona
Browse files

Keyauth: Set jit OFF

parent 64acfc1e
No related branches found
No related tags found
6 merge requests!627merge in fix for get_current_block_age,!626Fix get_current_block_age function to avoid healthcheck fails,!622merge develop to master,!599merge ( with merge commit) develop to master,!597Merge develop to master for release,!344Fix keyauth state provider
......@@ -73,6 +73,7 @@ CREATE OR REPLACE FUNCTION hive.update_state_provider_keyauth(
RETURNS void
LANGUAGE plpgsql
VOLATILE
SET jit = OFF
AS
$BODY$
DECLARE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment