mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	New Crowdin updates (#1607)
* bugfix: increase delay partially reverts86358d5561re-implements4fbabe43eaSigned-off-by: Florian Brandes <florian.brandes@posteo.de> * New translations messages.xlf (Finnish) [ci skip] Signed-off-by: Florian Brandes <florian.brandes@posteo.de> Co-authored-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
		 Paperless-ngx Translation Bot [bot]
					Paperless-ngx Translation Bot [bot]
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							355b3fcb3d
						
					
				
				
					commit
					b8e7f0b45f
				
			
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -283,7 +283,9 @@ class TestConsumer(DirectoriesMixin, ConsumerMixin, TransactionTestCase): | |||||||
|  |  | ||||||
| @override_settings( | @override_settings( | ||||||
|     CONSUMER_POLLING=1, |     CONSUMER_POLLING=1, | ||||||
|     CONSUMER_POLLING_DELAY=1, |     # please leave the delay here and down below | ||||||
|  |     # see https://github.com/paperless-ngx/paperless-ngx/pull/66 | ||||||
|  |     CONSUMER_POLLING_DELAY=3, | ||||||
|     CONSUMER_POLLING_RETRY_COUNT=20, |     CONSUMER_POLLING_RETRY_COUNT=20, | ||||||
| ) | ) | ||||||
| class TestConsumerPolling(TestConsumer): | class TestConsumerPolling(TestConsumer): | ||||||
| @@ -300,7 +302,7 @@ class TestConsumerRecursive(TestConsumer): | |||||||
| @override_settings( | @override_settings( | ||||||
|     CONSUMER_RECURSIVE=True, |     CONSUMER_RECURSIVE=True, | ||||||
|     CONSUMER_POLLING=1, |     CONSUMER_POLLING=1, | ||||||
|     CONSUMER_POLLING_DELAY=1, |     CONSUMER_POLLING_DELAY=3, | ||||||
|     CONSUMER_POLLING_RETRY_COUNT=20, |     CONSUMER_POLLING_RETRY_COUNT=20, | ||||||
| ) | ) | ||||||
| class TestConsumerRecursivePolling(TestConsumer): | class TestConsumerRecursivePolling(TestConsumer): | ||||||
| @@ -345,7 +347,7 @@ class TestConsumerTags(DirectoriesMixin, ConsumerMixin, TransactionTestCase): | |||||||
|  |  | ||||||
|     @override_settings( |     @override_settings( | ||||||
|         CONSUMER_POLLING=1, |         CONSUMER_POLLING=1, | ||||||
|         CONSUMER_POLLING_DELAY=1, |         CONSUMER_POLLING_DELAY=3, | ||||||
|         CONSUMER_POLLING_RETRY_COUNT=20, |         CONSUMER_POLLING_RETRY_COUNT=20, | ||||||
|     ) |     ) | ||||||
|     def test_consume_file_with_path_tags_polling(self): |     def test_consume_file_with_path_tags_polling(self): | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user