Skip to content

Commit

Permalink
MemoryCreateInfo::PREFETCH_DEFAULT_VALUE = 100_000 (rr default)
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Apr 2, 2024
1 parent 702cdd6 commit 515c535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Queue/MemoryCreateInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
final class MemoryCreateInfo extends CreateInfo
{
public const PREFETCH_DEFAULT_VALUE = 10;
public const PREFETCH_DEFAULT_VALUE = 100_000;

/**
* @param non-empty-string $name
Expand Down

0 comments on commit 515c535

Please sign in to comment.