Skip to content

Commit

Permalink
Merge pull request #150 from soramitsu/scn/multiplay-batches-queries
Browse files Browse the repository at this point in the history
implement multiplay batches queries
  • Loading branch information
timofeevmd authored Sep 18, 2024
2 parents 6fd0218 + 21ca003 commit 522cede
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/test/java/requests/Queries.java
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public class Queries extends Constants {
)
.exec(session -> {
//реализовать работу с результатом предыдущего запроса
//ты знаешь какой будет курсор, а что если пропустить шаг с получением курсора и сразу имплементировать получение батчей
return session;
}
)
Expand Down
6 changes: 1 addition & 5 deletions src/test/resources/peers.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
peer
/peer-0/
/peer-1/
/peer-2/
/peer-3/
/peer-4/
/peer-0/

0 comments on commit 522cede

Please sign in to comment.