Warning: Table './interoperating/mark_sessions' is marked as crashed and should be repaired
query: SELECT u.*, s.* FROM mark_users u INNER JOIN mark_sessions s ON u.uid = s.uid WHERE s.sid = 'iv89vhqsumfkv7qr85ti3iftn2' in /home/.sites/99/site76/web/interoperating.info/mark/includes/database.mysql.inc on line 174
Mark's web presence | nothing very exciting, just some guy's web presence
"Large file threshold" and max execution time setting added
I've added a feature that lets you define a "large file" in megabytes. This setting is used during the cronned index updating process to identify any files in the current cron run's list of files to add or reindex that should be extracted and indexed on their own, i.e., a file identifed as large will be the only file processed during that cron run. The more files that are bigger than this setting, the more cron runs it will take to work through the list, but at least the module gets to work on only one file per cron run.
Also, I've added a setting that allows you to increase the maximum time Drupal can run during cron without timing out. The default set by Drupal core is 240 seconds.
Finally, I am going to do final testing of the module on Windows this evening, and unless there are any major problems, release what I hope is the last or at least second last -dev version.