This commit is contained in:
dullbananas 2024-05-28 06:18:39 -07:00 committed by GitHub
parent 45562bfb88
commit b17634034f
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();