This commit is contained in:
dullbananas 2024-05-27 21:03:28 -07:00 committed by GitHub
parent ce1cf3efde
commit 45562bfb88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ use std::{
};
// It's not possible to call `export_snapshot()` for each dump and run the dumps in parallel with
// the `--snapshot` flag. Don't waste your time!!!!
// the `--snapshot` flag. Don't waste your time!!!!!
pub fn get_dump() -> String {
let db_url = SETTINGS.get_database_url();