rob05c commented on a change in pull request #3053: Traffic Monitor Disk Support
URL: https://github.com/apache/trafficcontrol/pull/3053#discussion_r240335125
##########
File path: traffic_monitor/config/config.go
##########
@@ -40,6 +40,10 @@ const (
LogLocationNull = "null"
//StaticFileDir is the directory that contains static html and js files.
StaticFileDir = "/opt/traffic_monitor/static/"
+ //CrConfigBackupFile is the default file name to store the last crconfig
+ CrConfigBackupFile = "crconfig.backup"
Review comment:
Nitpick: Go initialisms should be consistent-cased. Should be
`CRConfigBackupFile`, `TMConfigBackupFile`.
See https://github.com/golang/go/wiki/CodeReviewComments#initialisms
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services