Skip to content

Commit 1e27c0d

Browse files
committed
FEAT: use MaxPerformance performance profile for gettingstarted example
1 parent 863db40 commit 1e27c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fiftyone_devicedetection_examples/src/fiftyone_devicedetection_examples/onpremise/gettingstarted_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def run(self, data_file, logger, output):
4242
# https://51degrees.com/documentation/4.3/_device_detection__features__performance_options.html
4343
# https://51degrees.com/documentation/4.3/_features__automatic_datafile_updates.html
4444
# https://51degrees.com/documentation/4.3/_features__usage_sharing.html
45-
performance_profile = "LowMemory",
45+
performance_profile = "MaxPerformance",
4646
# inhibit sharing usage for this test, usually this
4747
# should be set "true"
4848
usage_sharing = False,

0 commit comments

Comments
 (0)