lua/fiber: add compat option for default slice
The new compat option 'fiber_slice_default' is added to control the default value of the max fiber slice. The old default is no limit (both warning and error slice equals TIMEOUT_INFINITY). The new default is {warn = 0.5, err = 1.0}. Follow-up #6085 NO_DOC=tarantool/doc#3057 NO_CHANGELOG=unreleased
Showing
- changelogs/unreleased/gh-6085-log-and-limit-iteration.md 7 additions, 11 deletionschangelogs/unreleased/gh-6085-log-and-limit-iteration.md
- src/lua/fiber.lua 29 additions, 0 deletionssrc/lua/fiber.lua
- test/app-luatest/fiber_slice_test.lua 23 additions, 0 deletionstest/app-luatest/fiber_slice_test.lua
Please register or sign in to comment