diff --git a/benchmarks/config.properties b/benchmarks/config.properties index 5d819a29c6..a1b672d2c2 100644 --- a/benchmarks/config.properties +++ b/benchmarks/config.properties @@ -1,5 +1,5 @@ -inference_address=http://0.0.0.0:8080 -management_address=http://0.0.0.0:8081 +inference_address=http://127.0.0.1:8080 +management_address=http://127.0.0.1:8081 number_of_netty_threads=32 job_queue_size=1000 diff --git a/benchmarks/config_template.properties b/benchmarks/config_template.properties index 1b1e9772dd..c2be608e54 100644 --- a/benchmarks/config_template.properties +++ b/benchmarks/config_template.properties @@ -1,2 +1,2 @@ -inference_address=http://0.0.0.0:8080 -management_address=http://0.0.0.0:8081 +inference_address=http://127.0.0.1:8080 +management_address=http://127.0.0.1:8081