Skip to content

Commit bc83ba2

Browse files
committed
alter timing for replic
1 parent 7edb83a commit bc83ba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/lib/routes/services.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ def self.registered(app)
529529
states << monitor_service_status(:ingest, "#{ingest_host}/state?t=json")
530530
states << monitor_service_status(:store, "#{store_host}/state?t=json")
531531
states << monitor_service_status(:audit, "#{audit_host}/state?t=json")
532-
states << monitor_service_status(:replic, "#{replic_host}/state?t=json")
532+
states << monitor_service_status(:replic, "#{replic_host}/state?t=json", read_timeout: 10, open_timeout: 5)
533533
states << monitor_service_status(:inventory, "#{inventory_host}/state?t=json")
534534

535535
adminui_show_table(

0 commit comments

Comments
 (0)