79755508

Date: 2025-09-04 09:22:27
Score: 1
Natty:
Report link

Try turning off the sessionpool's autofetch, like

sessionPool =
                new SessionPool.Builder()
                .nodeUrls(nodeUrls)
                .user(username)
                .password(password)
                .maxSize(500)
                .enableAutoFetch(false)
                .build(),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nineteen.X