Script timeout?

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Script timeout?

Post by Thunderstone »



When I try to run the following script I always get a time out error that says
"Your request exceeded the time limit. Please try again." What is causing
this and how do I fix it?

<script language=vortex>
<db = /path/to/webinator/db>
<a name=main>
<user=_SYSTEM>
<sql "drop index xhtmlbod"></sql>
<apicp keepnoise 1>
<sql "create metamorph index xhtmlbod on html(Title\Meta\Body)"></sql>
</a>
</script>

-david



User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

Script timeout?

Post by Thunderstone »

Post Reply