Increase per-listener event bus warning time
This commit is contained in:
parent
e6766a1ee2
commit
ad8a8ef5a9
@ -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[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user