Attempt to increase requests timeout
This commit is contained in:
		@@ -103,6 +103,7 @@ export class APIClient {
 | 
				
			|||||||
        body: body,
 | 
					        body: body,
 | 
				
			||||||
        headers: headers,
 | 
					        headers: headers,
 | 
				
			||||||
        credentials: "include",
 | 
					        credentials: "include",
 | 
				
			||||||
 | 
					        signal: AbortSignal.timeout(50 * 1000 * 1000),
 | 
				
			||||||
      });
 | 
					      });
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      // Process response
 | 
					      // Process response
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user