Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Enable Batch mode on Bio Vat (#345)
Browse files Browse the repository at this point in the history
* enable batchMode

* address review

* Revert "address review"

This reverts commit 38bf25c [formerly c0c71e0c2822e79ff7e7f8d1a3a593c243846381].

Former-commit-id: 075ab6ba2e760d61637b4a0d5fb2bcdc6a71c784
  • Loading branch information
BlueWeabo authored Jul 24, 2023
1 parent 898ab68 commit 28475f1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -684,4 +684,9 @@ public String[] getInfoData() {
public boolean supportsVoidProtection() {
return true;
}

@Override
public boolean supportsBatchMode() {
return true;
}
}

0 comments on commit 28475f1

Please sign in to comment.