-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Allow changing the autosave period via refine.sh/bat on command line #4113
Copy link
Copy link
Closed
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.Type: Feature RequestIdentifies requests for new features or enhancements. These involve proposing new improvements.Identifies requests for new features or enhancements. These involve proposing new improvements.
Milestone
Metadata
Metadata
Assignees
Labels
Good First IssueIndicates issues suitable for newcomers to design or coding, providing a gentle introduction.Indicates issues suitable for newcomers to design or coding, providing a gentle introduction.Type: Feature RequestIdentifies requests for new features or enhancements. These involve proposing new improvements.Identifies requests for new features or enhancements. These involve proposing new improvements.
I have some large projects that require launching where I really need the autosave period to be closer to 60 minutes. I use a few Windows shortcuts on my desktop for some common large OpenRefine projects that I sometimes cross with, etc. The problem is that I cannot easily use the Windows shortcuts to launch these particular large OpenRefine projects because I cannot also save the shortcuts with a command line parameter to control the autosaving. I can only control autosaving period from the
refine.inifile.a custom
refine.inipath also is not a parameter that can be passed to the refine.sh/bat which probably would be the best solution all around.Proposed solution
allow passing a custom
refine.inipath as a parameter for therefine.sh/batlauncher.We already have in the scripts a "endConfigReading" section that could be re-used and parameterized for consuming a custom
refine.inipath such asAlternatives considered
Additional context