Skip to content
Snippets Groups Projects

Set delivery predictability weight in buffer management to 0.5

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -35,4 +35,4 @@ DisasterPrioritization.dpWeight = 0.5
# Parameters for buffer management
DisasterBufferComparator.hopThreshold = 6
DisasterBufferComparator.ageThreshold = 300
DisasterBufferComparator.dpWeight = 1
\ No newline at end of file
DisasterBufferComparator.dpWeight = 0.5
\ No newline at end of file
Loading