Increase per-listener event bus warning time

This commit is contained in:
md_5 2022-01-01 09:22:26 +11:00
parent e6766a1ee2
commit ad8a8ef5a9
No known key found for this signature in database
GPG Key ID: E8E901AC7C617C11

View File

@ -59,7 +59,7 @@ public class EventBus
}
long elapsed = System.nanoTime() - start;
if ( elapsed > 20000000 )
if ( elapsed > 50000000 )
{
logger.log( Level.WARNING, "Plugin listener {0} took {1}ms to process event {2}!", new Object[]
{