changeset 3933:93147b89ea67

mod_rest: Avoid interfering with mod_http_oauth2 errors (fixes #1500)
author Kim Alvefur <zash@zash.se>
date Sun, 08 Mar 2020 12:52:18 +0100
parents 8b34222216f4
children 469408682152
files mod_rest/mod_rest.lua
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_rest/mod_rest.lua	Sat Mar 07 21:58:13 2020 +0100
+++ b/mod_rest/mod_rest.lua	Sun Mar 08 12:52:18 2020 +0100
@@ -424,4 +424,4 @@
 				code = event.code,
 			});
 	end
-end, 10);
+end, 1);