mirror of
				git://erdgeist.org/opentracker
				synced 2025-11-04 11:53:22 +08:00 
			
		
		
		
	Documentation fix
This commit is contained in:
		
							parent
							
								
									e65ac51a28
								
							
						
					
					
						commit
						a85798279b
					
				@ -19,7 +19,7 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
/* Fetch full scrape info for all torrents
 | 
					/* Fetch full scrape info for all torrents
 | 
				
			||||||
   Full scrapes usually are huge and one does not want to
 | 
					   Full scrapes usually are huge and one does not want to
 | 
				
			||||||
   allocate more memory. So lets get them in 1M units
 | 
					   allocate more memory. So lets get them in 512k units
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
#define OT_SCRAPE_CHUNK_SIZE (512*1024)
 | 
					#define OT_SCRAPE_CHUNK_SIZE (512*1024)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user