common-tg-service 1.0.40 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -130,7 +130,7 @@ let PromoteClientService = PromoteClientService_1 = class PromoteClientService {
130
130
  await connection_manager_1.connectionManager.disconnectAll();
131
131
  await (0, Helpers_1.sleep)(2000);
132
132
  const clients = await this.promoteClientModel.find({
133
- channels: { "$lt": 250 },
133
+ channels: { "$lt": 300 },
134
134
  mobile: { $nin: existingkeys }
135
135
  }).sort({ channels: 1 }).limit(4);
136
136
  this.logger.debug(`Found ${clients.length} clients to process`);