log change feedback
This commit is contained in:
		
							parent
							
								
									79bf7fc597
								
							
						
					
					
						commit
						e7a51c07d0
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -171,7 +171,7 @@ impl Pool { | ||||||
|         // If the spillover readers are more than the number of total readers, there might be a problem.
 |         // If the spillover readers are more than the number of total readers, there might be a problem.
 | ||||||
|         if now_count > self.readers.len() { |         if now_count > self.readers.len() { | ||||||
|             log::warn!( |             log::warn!( | ||||||
|                 "read_lock: possible high load; now {} spillover readers exist", |                 "Database is under high load. Consider increasing sqlite_read_pool_size ({} spillover readers exist)", | ||||||
|                 now_count |                 now_count | ||||||
|             ); |             ); | ||||||
|         } |         } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue