comparison GenerateConfigurationForTests.py @ 719:05e8e7043e05 find-refactoring tip

limit find results + pagination tests
author Alain Mazy <am@orthanc.team>
date Thu, 10 Oct 2024 17:51:59 +0200
parents c1d140a5490c
children
comparison
equal deleted inserted replaced
717:f2d3d7c701ec 719:05e8e7043e05
141 } 141 }
142 config['RegisteredUsers'] = { 'alice' : 'orthanctest' } 142 config['RegisteredUsers'] = { 'alice' : 'orthanctest' }
143 config['RemoteAccessAllowed'] = True 143 config['RemoteAccessAllowed'] = True
144 config['OverwriteInstances'] = True 144 config['OverwriteInstances'] = True
145 config['StableAge'] = 1 145 config['StableAge'] = 1
146 config['LimitFindInstances'] = 20
147 config['LimitFindResults'] = 10
146 config['JobsHistorySize'] = 1000 148 config['JobsHistorySize'] = 1000
147 config['SynchronousCMove'] = False 149 config['SynchronousCMove'] = False
148 config['MediaArchiveSize'] = 1 150 config['MediaArchiveSize'] = 1
149 config['SaveJobs'] = False 151 config['SaveJobs'] = False
150 config['ExecuteLuaEnabled'] = True 152 config['ExecuteLuaEnabled'] = True