Skip to content

Commit

Permalink
rm CERAMIC_DISABLE_PUBSUB_UPDATES
Browse files Browse the repository at this point in the history
  • Loading branch information
stbrody committed Oct 15, 2024
1 parent 4cd0434 commit f5cc5f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/dispatcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ export class Dispatcher {
* @param tip - Commit CID
*/
publishTip(streamId: StreamID, tip: CID, model?: StreamID): Subscription {
if (process.env.CERAMIC_DISABLE_PUBSUB_UPDATES == 'true' || !this.enableSync) {
if (!this.enableSync) {
return empty().subscribe()
}

Expand Down

0 comments on commit f5cc5f6

Please sign in to comment.