mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 21:28:40 +00:00
Rename files
This commit is contained in:
8
ts/util/lightSessionResetQueue.std.ts
Normal file
8
ts/util/lightSessionResetQueue.std.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