Skip to content

Commit

Permalink
Change default behaviour to not include performance changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dgault committed Dec 5, 2023
1 parent e50eb50 commit 94f707f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/loci/formats/in/ZarrReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
public class ZarrReader extends FormatReader {

public static final String QUICK_READ_KEY = "omezarr.quick_read";
public static final boolean QUICK_READ_DEFAULT = true;
public static final boolean QUICK_READ_DEFAULT = false;
public static final String SAVE_ANNOTATIONS_KEY = "omezarr.save_annotations";
public static final boolean SAVE_ANNOTATIONS_DEFAULT = false;
public static final String LIST_PIXELS_KEY = "omezarr.list_pixels";
Expand Down

0 comments on commit 94f707f

Please sign in to comment.