mirror of
https://github.com/fatedier/frp.git
synced 2025-08-04 04:36:51 +00:00
improve e2e port allocator (#3882)
This commit is contained in:
@@ -67,7 +67,7 @@ func NewDefaultFramework() *Framework {
|
||||
TotalParallelNode: suiteConfig.ParallelTotal,
|
||||
CurrentNodeIndex: suiteConfig.ParallelProcess,
|
||||
FromPortIndex: 10000,
|
||||
ToPortIndex: 60000,
|
||||
ToPortIndex: 30000,
|
||||
}
|
||||
return NewFramework(options)
|
||||
}
|
||||
|
Reference in New Issue
Block a user