()
| 41 | ) |
| 42 | |
| 43 | func init() { |
| 44 | timeout.Set(boltOpenTimeout, 0) // set to 0 means to wait indefinitely for bolt.Open |
| 45 | } |
| 46 | |
| 47 | // BoltConfig defines the configuration values for the bolt plugin, which is |
| 48 | // loaded here, rather than back registered in the metadata package. |
nothing calls this directly
no test coverage detected
searching dependent graphs…