mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-06 04:36:28 +02:00
bug: fix Tokenserver Spanner node query (#1383)
This commit is contained in:
parent
9e977c710e
commit
edef90ca47
@ -306,7 +306,7 @@ impl TokenserverDb {
|
||||
"#;
|
||||
const SPANNER_QUERY: &str = r#"
|
||||
UPDATE nodes
|
||||
SET current_load = current_load + 1,
|
||||
SET current_load = current_load + 1
|
||||
WHERE service = ?
|
||||
AND node = ?
|
||||
"#;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user