mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-03 03:46:45 +00:00
Fix typo (:: > :).
This commit is contained in:
parent
601d3f9aa1
commit
94455ffe35
@ -68,7 +68,7 @@ pub async fn log_uplink_for_gateways(ufl: &api::UplinkFrameLog) -> Result<()> {
|
|||||||
|
|
||||||
// global gateway stream
|
// global gateway stream
|
||||||
if conf.monitoring.gateway_frame_log_max_history > 0 {
|
if conf.monitoring.gateway_frame_log_max_history > 0 {
|
||||||
let key = redis_key("gw:stream::frame".to_string());
|
let key = redis_key("gw:stream:frame".to_string());
|
||||||
redis::cmd("XADD")
|
redis::cmd("XADD")
|
||||||
.arg(&key)
|
.arg(&key)
|
||||||
.arg("MAXLEN")
|
.arg("MAXLEN")
|
||||||
|
Loading…
Reference in New Issue
Block a user