Skip to content
Snippets Groups Projects
Commit 9f6a1922 authored by Steven Murray's avatar Steven Murray
Browse files

Scheduler now calls SchedulerDatabase::queue(const ArchiveToDirRequest &).

Before this commit the Scheduler class would call

  SchedulerDatabase::queue(const ArchiveToFileRequest &)

in a loop when handling a user request to archive multiple remote files
to a directory in the archive.  This modification opens the door for the
SchedulerDatabase object to remember more about the context of each
archive request.  In this case which archive to directory request was at
the origin of each of the corresponding archive to file requests.
parent 7fde8dd3
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment