We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f0108 commit a8a74bbCopy full SHA for a8a74bb
1 file changed
openc3/lib/openc3/utilities/cli_generator.rb
@@ -478,6 +478,10 @@ def self.generate_target(args)
478
VARIABLE #{target_name.downcase}_target_name #{target_name}
479
480
TARGET #{target_name} <%= #{target_name.downcase}_target_name %>
481
+ # Decom tlm and cmd data in the time-series database is kept forever by default.
482
+ # Uncomment to enforce a 30 day retention time. See https://docs.openc3.com/docs/configuration/plugins
483
+ # CMD_DECOM_RETAIN_TIME 30d
484
+ # TLM_DECOM_RETAIN_TIME 30d
485
#{interface_line}
486
MAP_TARGET <%= #{target_name.downcase}_target_name %>
487
DOC
0 commit comments