1 2 3 4 5
/// The default SSE server URL used for the demo. pub(crate) const SSE_DEFAULT_URL: &str = "https://ltpp.vip/sse"; /// The maximum number of SSE messages to keep in the display list. pub(crate) const SSE_MAX_MESSAGES: usize = 50;