feat: enhance DatabaseManagerService and QueryExecuterService with timeout settings, add AxiosPlugin for HTTP requests, and update DatabasePlugin to use query method
This commit is contained in:
@ -79,6 +79,8 @@ export class DatabaseManagerService extends DatabaseEncryptionService {
|
||||
user: queryUser ? database.q_username : database.c_username,
|
||||
password: this.decryptPassword(database.password),
|
||||
database: database.database,
|
||||
idleTimeout: 150e3,
|
||||
connectTimeout: 2e3,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user