clean up
This commit is contained in:
		
							parent
							
								
									c3a36698e5
								
							
						
					
					
						commit
						4c4af2ae84
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -290,7 +290,6 @@ export class ApiCallService implements OnApplicationShutdown { | ||||||
| 		} | 		} | ||||||
| 
 | 
 | ||||||
| 		// API invoking
 | 		// API invoking
 | ||||||
| 		const before = performance.now(); |  | ||||||
| 		return await ep.exec(data, user, token, file, request.ip, request.headers).catch((err: Error) => { | 		return await ep.exec(data, user, token, file, request.ip, request.headers).catch((err: Error) => { | ||||||
| 			if (err instanceof ApiError) { | 			if (err instanceof ApiError) { | ||||||
| 				throw err; | 				throw err; | ||||||
|  | @ -313,12 +312,6 @@ export class ApiCallService implements OnApplicationShutdown { | ||||||
| 					}, | 					}, | ||||||
| 				}); | 				}); | ||||||
| 			} | 			} | ||||||
| 		}).finally(() => { |  | ||||||
| 			const after = performance.now(); |  | ||||||
| 			const time = after - before; |  | ||||||
| 			if (time > 1000) { |  | ||||||
| 				this.logger.warn(`SLOW API CALL DETECTED: ${ep.name} (${time}ms)`); |  | ||||||
| 			} |  | ||||||
| 		}); | 		}); | ||||||
| 	} | 	} | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue