Skip to content

Commit

Permalink
Remove obsolete default timeout value.
Browse files Browse the repository at this point in the history
  • Loading branch information
bnouwt committed Nov 21, 2024
1 parent 40dac34 commit 3de0460
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
*/
public class RemoteKerConnection {

private static final int DEFAULT_HTTP_TIMEOUT = 5;

public static final Logger LOG = LoggerFactory.getLogger(RemoteKerConnection.class);

private final KnowledgeEngineRuntimeConnectionDetails remoteKerConnectionDetails;
Expand Down

0 comments on commit 3de0460

Please sign in to comment.