Skip to content

Commit

Permalink
Revert "Merge crossbeam-rs#845"
Browse files Browse the repository at this point in the history
This reverts commit 8f09138.
  • Loading branch information
bubu59 committed Jun 11, 2022
1 parent 8f09138 commit 773558d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-epoch/src/internal.rs
Expand Up @@ -56,7 +56,7 @@ use crate::sync::queue::Queue;

/// Maximum number of objects a bag can contain.
#[cfg(not(crossbeam_sanitize))]
const MAX_OBJECTS: usize = 60;
const MAX_OBJECTS: usize = 62;
#[cfg(crossbeam_sanitize)]
const MAX_OBJECTS: usize = 4;

Expand Down

0 comments on commit 773558d

Please sign in to comment.