Skip to content

Commit

Permalink
create persistent then volatile
Browse files Browse the repository at this point in the history
  • Loading branch information
cong-or committed Dec 11, 2024
1 parent 3b849b5 commit bc4dea5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions catalyst-gateway/bin/src/db/index/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,7 @@ impl CassandraSession {
pub(crate) async fn execute_iter<P>(
&self, select_query: PreparedSelectQuery, params: P,
) -> anyhow::Result<QueryPager>
where
P: SerializeRow,
{
where P: SerializeRow {
let session = self.session.clone();
let queries = self.queries.clone();

Expand Down

0 comments on commit bc4dea5

Please sign in to comment.