Skip to content

Commit

Permalink
Update Configuration.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ro0NL authored and nekufa committed Mar 22, 2024
1 parent 986c8ef commit a5f2ff5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stream/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function toArray(): array
'max_msg_size' => $this->getMaxMessageSize(),
'max_msgs_per_subject' => $this->getMaxMessagesPerSubject(),
'name' => $this->getName(),
'replicas' => $this->getReplicas(),
'num_replicas' => $this->getReplicas(),
'retention' => $this->getRetentionPolicy(),
'storage' => $this->getStorageBackend(),
'subjects' => $this->getSubjects(),
Expand Down

0 comments on commit a5f2ff5

Please sign in to comment.