Adjust auto close time.

This commit is contained in:
Michael Lipp 2025-01-26 21:55:24 +01:00
parent 1b5ad5b73e
commit 86f6ece264

View file

@ -745,7 +745,7 @@ public class VmAccess extends FreeMarkerConlet<VmAccess.ResourceModel> {
= resourceBundle(channel.locale());
channel.respond(new DisplayNotification(
resourceBundle.getString("poolEmptyNotification"),
Map.of("autoClose", 15_000, "type", "Error")));
Map.of("autoClose", 10_000, "type", "Error")));
return;
}
}