mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Better rate limitting
This commit is contained in:
		
							parent
							
								
									256ba78ba5
								
							
						
					
					
						commit
						261a3f5d91
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -16,7 +16,7 @@ export const meta = {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	limit: {
 | 
						limit: {
 | 
				
			||||||
		duration: ms('1hour'),
 | 
							duration: ms('1hour'),
 | 
				
			||||||
		max: 100
 | 
							max: 120
 | 
				
			||||||
	},
 | 
						},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	requireFile: true,
 | 
						requireFile: true,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue