✌️
This commit is contained in:
		
							parent
							
								
									206ddd6d36
								
							
						
					
					
						commit
						d8b9a8715b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -52,7 +52,7 @@ export default (endpoint: string, user: IUser, app: IApp, data: any, file?: any)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		const time = after - before;
 | 
							const time = after - before;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		if (time > 500) {
 | 
							if (time > 1000) {
 | 
				
			||||||
			console.warn(`SLOW API CALL DETECTED: ${ep.name} (${ time }ms)`);
 | 
								console.warn(`SLOW API CALL DETECTED: ${ep.name} (${ time }ms)`);
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	} catch (e) {
 | 
						} catch (e) {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue