mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									cebf6e9686
								
							
						
					
					
						commit
						d46c5a19e4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -340,7 +340,7 @@ const endpoints: Endpoint[] = [
 | 
			
		|||
		limit: {
 | 
			
		||||
			duration: ms('1hour'),
 | 
			
		||||
			max: 120,
 | 
			
		||||
			minInterval: 1 * second
 | 
			
		||||
			minInterval: ms('1second')
 | 
			
		||||
		},
 | 
			
		||||
		kind: 'post-write'
 | 
			
		||||
	},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue