Run in executor
This commit is contained in:
		
							parent
							
								
									b569a1ea15
								
							
						
					
					
						commit
						8e01e1484e
					
				| @ -32,7 +32,7 @@ async def get_recent_rants(start_from=1, page_size=10): | |||||||
|         def get_rants(): |         def get_rants(): | ||||||
|             return dr.get_rants("recent", page_size, start_from)["rants"] |             return dr.get_rants("recent", page_size, start_from)["rants"] | ||||||
| 
 | 
 | ||||||
|         rants = asyncio.wait_for(loop.run_in_executor(None,get_rants), 5) |         rants = asyncio.wait_for(loop.run_in_executor(None,get_rants), 15) | ||||||
| 
 | 
 | ||||||
|         page += 1 |         page += 1 | ||||||
|         for rant in rants: |         for rant in rants: | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user