mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix a typo in app.ini.sample (#5015)
This commit is contained in:
		
				
					committed by
					
						
						Jonas Franz
					
				
			
			
				
	
			
			
			
						parent
						
							513db27377
						
					
				
				
					commit
					d7ca839c67
				
			@@ -91,7 +91,7 @@ DEFAULT_THEME = gitea
 | 
				
			|||||||
USER_PAGING_NUM = 50
 | 
					USER_PAGING_NUM = 50
 | 
				
			||||||
; Number of repos that are displayed on one page
 | 
					; Number of repos that are displayed on one page
 | 
				
			||||||
REPO_PAGING_NUM = 50
 | 
					REPO_PAGING_NUM = 50
 | 
				
			||||||
; Number of notices that are displayed on in one page
 | 
					; Number of notices that are displayed on one page
 | 
				
			||||||
NOTICE_PAGING_NUM = 25
 | 
					NOTICE_PAGING_NUM = 25
 | 
				
			||||||
; Number of organizations that are displayed on one page
 | 
					; Number of organizations that are displayed on one page
 | 
				
			||||||
ORG_PAGING_NUM = 50
 | 
					ORG_PAGING_NUM = 50
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user