Remove precache in favour of just pulling by default
This commit is contained in:
@@ -24,8 +24,6 @@ type Options struct {
|
||||
Advertise Strategy
|
||||
// Context for additional options
|
||||
Context context.Context
|
||||
// Precache the route table on router startup
|
||||
Precache bool
|
||||
}
|
||||
|
||||
// Id sets Router Id
|
||||
@@ -70,13 +68,6 @@ func Advertise(a Strategy) Option {
|
||||
}
|
||||
}
|
||||
|
||||
// Precache sets whether to precache the route table
|
||||
func Precache(b bool) Option {
|
||||
return func(o *Options) {
|
||||
o.Precache = b
|
||||
}
|
||||
}
|
||||
|
||||
// DefaultOptions returns router default options
|
||||
func DefaultOptions() Options {
|
||||
return Options{
|
||||
|
Reference in New Issue
Block a user