Ticket #242 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Ajax Updater

Reported by: tsugliani Owned by: sdcosta
Priority: normal Milestone: Gregarius 0.5.5
Component: BUGS Version: 1.0
Severity: normal Keywords:
Cc: sameerslists@…

Description

I was really waiting for this commit [987] !

Shouldn't we make it accessible from the configuration panel instead of hiding this in cls/update.php file ?

Change History

Changed 3 years ago by sdcosta

Yes I was thinking about this too. Both AJAX_BATCH_SIZE and AJAX_PARALLEL_SIZE could be set in the config panel. However I think we should test this a little bit and see if there are any problems first. I am worried about several processes trying to insert items into the database at the same time.

Changed 3 years ago by sdcosta

  • owner changed from mbonetti to sdcosta
  • status changed from new to assigned

It has been working fine on my server. What do people think of setting the default AJAX_PARALLEL_SIZE to 2?

I shall take care of this.

Changed 3 years ago by sdcosta

  • cc sameerslists@… added

Changed 3 years ago by sdcosta

Closed by [1020]. The default option sets AJAX_PARALLEL_SIZE to 3. With very many feeds (~ 100), This gives me on average a 50% reduction in time over the serverpush method.

Now we have to improve the CLI updating #189.

Changed 3 years ago by sdcosta

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.