mirror of
				https://github.com/searxng/searxng.git
				synced 2025-10-31 02:27:06 -04:00 
			
		
		
		
	Merge pull request #1626 from return42/fix-minor
[fix] typo in uWSGI cache: searxcache --> searxngcache
This commit is contained in:
		
						commit
						04e3427022
					
				| @ -210,7 +210,7 @@ checker: | |||||||
| 
 | 
 | ||||||
|   # to activate the scheduler: |   # to activate the scheduler: | ||||||
|   # * uncomment "scheduling" section |   # * uncomment "scheduling" section | ||||||
|   # * add "cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" |   # * add "cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1" | ||||||
|   #   to your uwsgi.ini |   #   to your uwsgi.ini | ||||||
| 
 | 
 | ||||||
|   # scheduling: |   # scheduling: | ||||||
|  | |||||||
| @ -23,7 +23,7 @@ else: | |||||||
|         # uwsgi.ini configuration problem: disable all scheduling |         # uwsgi.ini configuration problem: disable all scheduling | ||||||
|         logger.error( |         logger.error( | ||||||
|             'uwsgi.ini configuration error, add this line to your uwsgi.ini\n' |             'uwsgi.ini configuration error, add this line to your uwsgi.ini\n' | ||||||
|             'cache2 = name=searxcache,items=2000,blocks=2000,blocksize=4096,bitmap=1' |             'cache2 = name=searxngcache,items=2000,blocks=2000,blocksize=4096,bitmap=1' | ||||||
|         ) |         ) | ||||||
|         from .shared_simple import SimpleSharedDict as SharedDict |         from .shared_simple import SimpleSharedDict as SharedDict | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user