remove fixme

This commit is contained in:
Rushmore75 2025-07-17 09:37:03 -06:00
parent 343d3a7570
commit f3a51065b5

View File

@ -59,7 +59,6 @@ impl Website {
counter!(STORE).increment(1); counter!(STORE).increment(1);
let mut things = Vec::with_capacity(all.len()); let mut things = Vec::with_capacity(all.len());
// FIXME fails *sometimes* because "Resource Busy"
match db match db
.query( .query(
"INSERT INTO website $array "INSERT INTO website $array