mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 13:51:09 +01:00
Simplify source file dependency graph
This commit is contained in:
8
ts/util/lightSessionResetQueue.ts
Normal file
8
ts/util/lightSessionResetQueue.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright 2025 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
import PQueue from 'p-queue';
|
||||
|
||||
export const lightSessionResetQueue = new PQueue({ concurrency: 1 });
|
||||
|
||||
lightSessionResetQueue.pause();
|
||||
Reference in New Issue
Block a user