• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tarantool / tarantool / 16332751599

16 Jul 2025 11:51PM UTC coverage: 87.593%. Remained the same
16332751599

push

github

Totktonada
config: add `connpool.idle_timeout` option

This patch adds a `connpool` configuration section and a
`connpool.idle_timeout` configuration option. It's used to configure the
timeout in seconds for closing unused connections established by
`connpool.filter()` and `connpool.call()`.

Closes #11670

@TarantoolBot document
title: connpool: support timeout to close idle connections

New function in `experimental.connpool()`.

```
connpool.set_idle_timeout(timeout)
```

Params:
* `timeout` (`integer`) -- specify a timeout (in seconds) in which the
  unused connections indirectly opened by the connpool methods are
  closed.

New configuration option `connpool.idle_timeout`.

A timeout (in seconds) in which the unused connections opened by
connpool indirectly would be closed.

Note: this option does not affect the connections opened by
`connpool.connect()` since in that case, the user has direct access to
the connection object.

70746 of 124551 branches covered (56.8%)

103968 of 118694 relevant lines covered (87.59%)

1373933.55 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

81.82
/src/lua/minifio.c


Source Not Available

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc