Github user mitchell852 commented on a diff in the pull request:
https://github.com/apache/incubator-trafficcontrol/pull/141#discussion_r93517698
--- Diff: traffic_ops/app/lib/UI/DeliveryService.pm ---
@@ -587,6 +589,21 @@ sub header_rewrite {
$insert->insert();
$param_id = $insert->id;
}
+
--- End diff --
all of this extra code in this file just to create a new param and link it
to all the relevant profiles which, not to mention, creates a lot more queries
to the database....imo it's worth exploring the idea of creating a configfiles
table instead of using profiles/parameters for location and scope...just my
opinion
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---