mirror of
				https://github.com/django/daphne.git
				synced 2025-11-04 09:37:32 +03:00 
			
		
		
		
	fix typo -- remove extraneous 'and'
This commit is contained in:
		
							parent
							
								
									8faf37bfbf
								
							
						
					
					
						commit
						5671f919df
					
				| 
						 | 
					@ -91,7 +91,7 @@ single process tied to a WSGI server, Django runs in three separate layers:
 | 
				
			||||||
  cover this later.
 | 
					  cover this later.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* The channel backend, which is a combination of pluggable Python code and
 | 
					* The channel backend, which is a combination of pluggable Python code and
 | 
				
			||||||
  a datastore (a database, or Redis) and responsible for transporting messages.
 | 
					  a datastore (a database, or Redis) responsible for transporting messages.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* The workers, that listen on all relevant channels and run consumer code
 | 
					* The workers, that listen on all relevant channels and run consumer code
 | 
				
			||||||
  when a message is ready.
 | 
					  when a message is ready.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user