aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorXe Iaso <me@christine.website>2022-10-30 21:53:57 -0400
committerXe Iaso <me@christine.website>2022-10-30 21:53:57 -0400
commit69268b676a83074ac1c6e3231b634ccf6d529d94 (patch)
tree1d68e0f11c021e1be7d2ba0a7e4241a37b2f4ca8 /src
parent9c28a6face3d3b70679ee666d6a416dc333a8324 (diff)
downloadxesite-69268b676a83074ac1c6e3231b634ccf6d529d94.tar.xz
xesite-69268b676a83074ac1c6e3231b634ccf6d529d94.zip
HAHAHAHA I WIN
Signed-off-by: Xe Iaso <me@christine.website>
Diffstat (limited to 'src')
-rw-r--r--src/handlers/feeds.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/handlers/feeds.rs b/src/handlers/feeds.rs
index 375a4f9..a0d711f 100644
--- a/src/handlers/feeds.rs
+++ b/src/handlers/feeds.rs
@@ -17,6 +17,7 @@ lazy_static! {
)
.unwrap();
pub static ref ETAG: String = format!(r#"W/"{}""#, uuid::Uuid::new_v4().to_simple());
+ pub static ref CACHEBUSTER: String = uuid::Uuid::new_v4().to_string().replace("-", "");
}
#[instrument(skip(state))]