File tree 1 file changed +7
-7
lines changed
eclair-core/src/main/resources
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -236,14 +236,14 @@ eclair {
236
236
}
237
237
}
238
238
}
239
- }
240
239
241
- file-backup {
242
- enabled = true // enable the automatic sqlite db backup; do not change this unless you know what you are doing
243
- interval = 10 seconds // interval between two backups
244
- target-file = "eclair.sqlite.bak" // name of the target backup file; will be placed under the chain directory
245
- // override this with a script/exe that will be called everytime a new database backup has been created
246
- # notify-script = "/absolute/path/to/script.sh"
240
+ file-backup {
241
+ enabled = true // enable the automatic sqlite db backup; do not change this unless you know what you are doing
242
+ interval = 10 seconds // interval between two backups
243
+ target-file = "eclair.sqlite.bak" // name of the target backup file; will be placed under the chain directory
244
+ // override this with a script/exe that will be called everytime a new database backup has been created
245
+ # notify-script = "/absolute/path/to/script.sh"
246
+ }
247
247
}
248
248
249
249
akka {
You can’t perform that action at this time.
0 commit comments