We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee679f commit a64a369Copy full SHA for a64a369
1 file changed
openedx_authz/settings/test.py
@@ -69,4 +69,4 @@ def plugin_settings(settings): # pylint: disable=unused-argument
69
70
# Casbin configuration
71
CASBIN_MODEL = os.path.join(ROOT_DIRECTORY, "engine", "config", "model.conf")
72
-CASBIN_AUTO_LOAD_POLICY_INTERVAL = 0
+CASBIN_AUTO_LOAD_POLICY_INTERVAL = 0.5
0 commit comments