Add misc preferences

This commit is contained in:
problematicconsumer
2023-08-24 14:48:19 +03:30
parent a90ff3109d
commit abd26dd86b
6 changed files with 68 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ class CoreFacadeImpl with ExceptionHandler, InfraLogger implements CoreFacade {
@override
TaskEither<CoreServiceFailure, int> testDelay(
String proxyName, {
String testUrl = Defaults.delayTestUrl,
String testUrl = Defaults.connectionTestUrl,
}) {
return exceptionHandler(
() async {