|
60 | 60 |
|
61 | 61 | LOG = logging.getLogger(__name__) |
62 | 62 | LOG.setLevel("DEBUG") |
63 | | -DPF_DEFAULT_PORT = int(os.environ.get("DPF_PORT", 50054)) |
| 63 | +DPF_DEFAULT_PORT = int(os.environ.get("DPF_PORT", 60054)) |
64 | 64 | LOCALHOST = os.environ.get("DPF_IP", "127.0.0.1") |
65 | 65 | RUNNING_DOCKER = server_factory.create_default_docker_config() |
66 | 66 |
|
@@ -236,7 +236,7 @@ def launch_dpf( |
236 | 236 | default is ``"LOCALHOST"``. |
237 | 237 | port : int |
238 | 238 | Port to connect to the remote instance on. The default is |
239 | | - ``"DPF_DEFAULT_PORT"``, which is 50054. |
| 239 | + ``"DPF_DEFAULT_PORT"``, which is 60054. |
240 | 240 | timeout : float, optional |
241 | 241 | Maximum number of seconds for the initialization attempt. |
242 | 242 | The default is ``10``. Once the specified number of seconds |
@@ -274,7 +274,7 @@ def launch_dpf_on_docker( |
274 | 274 | default is ``"LOCALHOST"``. |
275 | 275 | port : int |
276 | 276 | Port to connect to the remote instance on. The default is |
277 | | - ``"DPF_DEFAULT_PORT"``, which is 50054. |
| 277 | + ``"DPF_DEFAULT_PORT"``, which is 60054. |
278 | 278 | timeout : float, optional |
279 | 279 | Maximum number of seconds for the initialization attempt. |
280 | 280 | The default is ``50``. Once the specified number of seconds |
@@ -1195,7 +1195,7 @@ class LegacyGrpcServer(BaseServer): |
1195 | 1195 | default is ``"LOCALHOST"``. |
1196 | 1196 | port : int |
1197 | 1197 | Port to connect to the remote instance on. The default is |
1198 | | - ``"DPF_DEFAULT_PORT"``, which is 50054. |
| 1198 | + ``"DPF_DEFAULT_PORT"``, which is 60054. |
1199 | 1199 | timeout : float, optional |
1200 | 1200 | Maximum number of seconds for the initialization attempt. |
1201 | 1201 | The default is ``10``. Once the specified number of seconds |
|
0 commit comments