mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
use Duration for query timeout
This commit is contained in:
@@ -131,7 +131,7 @@ public interface CommaFeedConfiguration {
|
||||
* 0 to disable.
|
||||
*/
|
||||
@WithDefault("0")
|
||||
int queryTimeout();
|
||||
Duration queryTimeout();
|
||||
|
||||
Cleanup cleanup();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user