246 | | // Keyword: elevation.elev_round_robin_size |
247 | | // Sets the number of instances of elevation databases to maintain for multithreading. |
248 | | // Should be set to the number of cores or a bit higher (1.2 X num cores) |
| 246 | // Defines the number of instances of elevation databases to maintain for multi-threading. |
| 247 | // Can be boolean "yes" or "true" to use all available cores, or an integer value for |
| 248 | // custom experimentation. Set to "no", "false", or 1 for no multi-threading. Default |
| 249 | // is "true". |