Skip to content

Commit

Permalink
OF-2918: Add option to clear history for a given MUC
Browse files Browse the repository at this point in the history
Remove redundant and misplaced pstmt.setFetchSize(…) and pstmt.setFetchDirection(…) calls.
  • Loading branch information
“Huy committed Dec 16, 2024
1 parent 79f01f0 commit 2c0f292
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ public static void executeMigration() {
conversationIDToRoomIDMap.put(conversationID, roomID);
}

pstmt.setFetchSize(250);
pstmt.setFetchDirection(ResultSet.FETCH_FORWARD);
Log.debug("1 of 7. Generated room IDs for unique rooms");
} catch (SQLException e) {
Log.error("Error querying ofConversation to generate room IDs for unique rooms", e);
Expand Down

0 comments on commit 2c0f292

Please sign in to comment.