We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f7c87 commit 1d5540bCopy full SHA for 1d5540b
2 files changed
crates/svc/src/svc.rs
@@ -14,7 +14,7 @@ use std::sync::Arc;
14
use tower_http::cors::CorsLayer;
15
use tower_http::trace::TraceLayer;
16
17
-const MAX_MESSAGE_LEN: usize = 96;
+const MAX_MESSAGE_LEN: usize = 88;
18
19
#[derive(Deserialize)]
20
pub struct DeparturesQuery {
frontend/index.html
@@ -28,7 +28,7 @@ <h3><i>send a wedding message to be displayed on an LED transit departure sign i
28
type="text"
29
id="messageContent"
30
name="content"
31
- maxlength="96"
+ maxlength="88"
32
required
33
>
34
<div class="char-counter">
0 commit comments