archive size / Update period for feeds


Ive tried to update the fields "Archive Size" and "Update Period" in feeds but it seems not to do anything. The table "feeds", column "update_interval" never changes from zero. Is there a value I can update directly in the database to change "Intelliupdate" to "1 minute"?

My feeds are updated at

My feeds are updated at start up. Most of the times, NC works fine. I still haven't found what exactly causes this problem, making this bug reproduce quite difficult! At least, I haven't succeeded doing that yet!
cadere par

Can we close this issue now?

Can we close this issue now? In my test environment I can easily change feed archive size and update period. Maybe you forgot to click on "save" after every feed change (Yes, I know our user logic is not good at the moment in this point ;)).

yes

I just realized that I was clicking on "Update Feed" instead of "Save". My mistake. I dunno, the save button just didn't seem obvious to me.

In the GUI might I suggest that you remove the space about the "Delete" "Save" and "Cancel" buttons and add a space under those buttons.

Greetings again, I couldn't

Greetings again,

I couldn't confirm, that FR can't change fields update interval and arhivesize.

Ingmar
------
FR dev

Greetings,thanks for bug

Greetings,

thanks for bug report.

You could for example update with mysql query browser
update_interval is in seconds, less then 60 is not recommended.
If update_interval=0 then intelligent update is used.

update feeds
set update_interval=60

If arhivesize=0 then default archivesize is used.
Can also update manually 50,100,200,300,500,1000,9999

...then close mysql query browser and restart FR app

Ingmar
------
FR dev

Thanks! I set

Thanks! I set update_interval=60 but in the application it said "1 hour". I then set it to "1" and it now displays "1 minute". It seems that this value represents minutes.

I restarted FR but it still doesn't seem to want to update my feeds every minute. I have to manually give it a kick by running "Tools->Synchronize". Any ideas?

Greetings,I'm deeply sorry

Greetings,

I'm deeply sorry, it seems I'm little overworked :)))

update_interval is in minutes

update feeds
set update_interval=1

Ingmar
------
FR dev

No problem. Do you know why

No problem.

Do you know why the feeds won't update automatically?

I have several feeds that are constantly updated but even after setting update_interval to 1 they won't update. I need to run "synchronize!" to get FR to down the feeds again. What do you think?

Greetings, at first check

Greetings,

at first check Tools->options-> application properties (connection tab)
there is an option "use multiple connections for updating the feeds" (like in FB edition).

The problem could be , that one thread just doesn't have the power to update all those feeds. The "one" minute is also quite relative, it depends how fast threads are processing feeds.

"Synchronize" flushed all jobs and after sync. again automateupdate is run.

There is one thing, FR connect Personal allows only exclusive access to local mysql db...if unknown connection are detected, then it will disable automatedupdate.

If only FR is connected to MYSQL db, then something odd is going on...

Ingmar
------
FR dev

ah ha! I had a MySQL

ah ha! I had a MySQL command prompt running in another window. After shutting that down it seems to be working as expected. Thanks! This version of FR is smoke'n fast!!!!

Uhh nice to know, I'll put

Uhh nice to know, I'll put my hair back, that I've just ripped off:))))

I hope tomorroy will be one new alfa release with some bugfixes.

Ingmar
------
FR dev