mirror of
https://github.com/docmost/docmost.git
synced 2025-11-18 10:51:12 +10:00
restructure directories
* set log level based on env
This commit is contained in:
@ -2,7 +2,7 @@ import { IoAdapter } from '@nestjs/platform-socket.io';
|
||||
import { ServerOptions } from 'socket.io';
|
||||
import { createAdapter } from '@socket.io/redis-adapter';
|
||||
import Redis, { RedisOptions } from 'ioredis';
|
||||
import { createRetryStrategy } from '../../helpers';
|
||||
import { createRetryStrategy } from '../../common/helpers';
|
||||
|
||||
export class WsRedisIoAdapter extends IoAdapter {
|
||||
private adapterConstructor: ReturnType<typeof createAdapter>;
|
||||
|
||||
Reference in New Issue
Block a user