misc: updated rate limit update message

This commit is contained in:
Sheen Capadngan
2024-06-13 18:45:15 +08:00
parent 20fea1e25f
commit 5cee228f5f

View File

@@ -66,7 +66,7 @@ export const RateLimitPanel = () => {
publicEndpointLimit
});
createNotification({
text: "Successfully changed rate limits. Please restart your server",
text: "Rate limits have been successfully updated. Please allow at least 10 minutes for the changes to take effect.",
type: "success"
});
} catch (e) {