Skip to content

Commit e2439c0

Browse files
lelemka0yuhan6665
authored andcommitted
fix: config burstObservatory override
1 parent fac3836 commit e2439c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

infra/conf/xray.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ func (c *Config) Override(o *Config, fn string) {
481481
c.Observatory = o.Observatory
482482
}
483483

484+
if o.BurstObservatory != nil {
485+
c.BurstObservatory = o.BurstObservatory
486+
}
487+
484488
// deprecated attrs... keep them for now
485489
if o.InboundConfig != nil {
486490
c.InboundConfig = o.InboundConfig

0 commit comments

Comments
 (0)