kopia lustrzana https://github.com/pixelfed/pixelfed
				
				
				
			Update RateLimit trait
							rodzic
							
								
									9141e70131
								
							
						
					
					
						commit
						880c8e8a71
					
				|  | @ -68,4 +68,19 @@ trait User { | |||
| 	{ | ||||
| 		return 100; | ||||
| 	} | ||||
| 
 | ||||
| 	public function getMaxCollectionsPerHourAttribute() | ||||
| 	{ | ||||
| 		return 10; | ||||
| 	} | ||||
| 
 | ||||
| 	public function getMaxCollectionsPerDayAttribute() | ||||
| 	{ | ||||
| 		return 20; | ||||
| 	} | ||||
| 
 | ||||
| 	public function getMaxCollectionsPerMonthAttribute() | ||||
| 	{ | ||||
| 		return 100; | ||||
| 	} | ||||
| } | ||||
		Ładowanie…
	
		Reference in New Issue
	
	 Daniel Supernault
						Daniel Supernault