minor fix

This commit is contained in:
Yan Lin 2026-01-25 06:46:38 +01:00
parent e19683f004
commit b7e5f3c03d

View file

@ -80,7 +80,7 @@
servers = [{ servers = [{
url = "http://thinkpad.yanlincs.com:5000"; url = "http://thinkpad.yanlincs.com:5000";
}]; }];
serversTransport = "longTimeout"; serversTransport = "longTimeout@file";
}; };
}; };
@ -89,7 +89,7 @@
servers = [{ servers = [{
url = "http://thinkpad.yanlincs.com:5099"; url = "http://thinkpad.yanlincs.com:5099";
}]; }];
serversTransport = "longTimeout"; serversTransport = "longTimeout@file";
}; };
}; };